Свойство | Тип | Описание | |
---|---|---|---|
$company | string | Company of the person | |
$repositoryUserName | string | Repository user name of the person |
Метод | Описание | |
---|---|---|
__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 getCompany ( ) : string | ||
Результат | string | The company of the person |
public getPartyType ( ) : string | ||
Результат | string | Party type "person" |
public getRepositoryUserName ( ) : string | ||
Результат | string | The repository username |
protected string $repositoryUserName | ||
Результат | string |