Neos\Flow\Package\MetaData\Person::getPartyType PHP 메소드

getPartyType() 공개 메소드

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