MetaSubscription::getType PHP Метод

getType() защищенный Метод

fn __construct
protected getType ( )
    protected function getType()
    {
        $type = $this->m_dbObject->getType();
        return $type == 'T' ? 'trial' : 'paid';
    }