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

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

Get the party type
public getPartyType ( ) : string
Результат string Party type "company"
    public function getPartyType()
    {
        return MetaDataInterface::PARTY_TYPE_COMPANY;
    }