PHP 클래스 Neos\Flow\Package\MetaData\Person

상속: extends AbstractParty
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

__construct() 공개 메소드

Meta data person model constructor
public __construct ( string $role, string $name, string $email = null, string $website = null, string $company = null, string $repositoryUserName = null )
$role string
$name string
$email string
$website string
$company string
$repositoryUserName string

getCompany() 공개 메소드

public getCompany ( ) : string
리턴 string The company of the person

getPartyType() 공개 메소드

public getPartyType ( ) : string
리턴 string Party type "person"

getRepositoryUserName() 공개 메소드

public getRepositoryUserName ( ) : string
리턴 string The repository username

프로퍼티 상세

$company 보호되어 있는 프로퍼티

Company of the person
protected string $company
리턴 string

$repositoryUserName 보호되어 있는 프로퍼티

Repository user name of the person
protected string $repositoryUserName
리턴 string