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

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

public getPartyType ( ) : string
Результат string Party type "person"
    public function getPartyType()
    {
        return MetaDataInterface::PARTY_TYPE_PERSON;
    }