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

getPartyType() abstract public method

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