Property | Type | Description | |
---|---|---|---|
$company | string | Company of the person | |
$repositoryUserName | string | Repository user name of the person |
Method | Description | |
---|---|---|
__construct ( string $role, string $name, string $email = null, string $website = null, string $company = null, string $repositoryUserName = null ) | Meta data person model constructor | |
getCompany ( ) : string | ||
getPartyType ( ) : string | ||
getRepositoryUserName ( ) : string |
public getRepositoryUserName ( ) : string | ||
return | string | The repository username |
protected string $repositoryUserName | ||
return | string |