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