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

getPartyType() 추상적인 공개 메소드

Get the party type (MetaData\PARTY_TYPE_PERSON, MetaData\PARTY_TYPE_COMPANY)
abstract public getPartyType ( ) : string
리턴 string The type of the party (person, company)
    public abstract function getPartyType();