프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 getRepositoryUserName ( ) : string | ||
리턴 | string | The repository username |
protected string $repositoryUserName | ||
리턴 | string |