People.class.php 199 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace SH\Entities; class People extends \Cpeople\Classes\Block\Object { use \Sh\Traits\FunctionName; function getPost() { return $this->getPropValue('POST'); } }