Neos\Flow\Package\MetaData\Person::getPartyType PHP Méthode

getPartyType() public méthode

public getPartyType ( ) : string
Résultat string Party type "person"
    public function getPartyType()
    {
        return MetaDataInterface::PARTY_TYPE_PERSON;
    }