Property | Type | Description | |
---|---|---|---|
string | Email of the party | ||
$name | string | Name of the party | |
$role | string | The party role | |
$website | string | Website of the party |
Method | Description | |
---|---|---|
__construct ( string $role, string $name, string $email = null, string $website = null ) | Meta data party model constructor | |
getEmail ( ) : string | ||
getName ( ) : string | ||
getPartyType ( ) : string | Get the party type (MetaData\PARTY_TYPE_PERSON, MetaData\PARTY_TYPE_COMPANY) | |
getRole ( ) : string | ||
getWebsite ( ) : string |
abstract public getPartyType ( ) : string | ||
return | string | The type of the party (person, company) |