Partner.class.php
418 Bytes
<?php
namespace SH\Entities;
class Partner extends \Cpeople\Classes\Block\Object
{
use \Sh\Traits\FunctionName;
function getText()
{
return $this->{'~PREVIEW_TEXT'};
}
function getLink()
{
return $this->getPropValue('LINK') ? getUrlLink($this->getPropValue('LINK')) : false;
}
function getPartnersTypeIds()
{
return $this->getPropValue('TYPE');
}
}