Neos\Flow\Package\MetaData\Person::getPartyType PHP Method

getPartyType() public method

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