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

getPartyType() public method

Get the party type
public getPartyType ( ) : string
return string Party type "company"
    public function getPartyType()
    {
        return MetaDataInterface::PARTY_TYPE_COMPANY;
    }