Neos\Flow\Package\MetaData\AbstractParty::getPartyType PHP Метод

getPartyType() абстрактный публичный Метод

Get the party type (MetaData\PARTY_TYPE_PERSON, MetaData\PARTY_TYPE_COMPANY)
abstract public getPartyType ( ) : string
Результат string The type of the party (person, company)
    public abstract function getPartyType();