PHP Class Neos\Flow\Package\MetaData\Person

Inheritance: extends AbstractParty
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$company string Company of the person
$repositoryUserName string Repository user name of the person

Public Methods

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

Method Details

__construct() public method

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 method

public getCompany ( ) : string
return string The company of the person

getPartyType() public method

public getPartyType ( ) : string
return string Party type "person"

getRepositoryUserName() public method

public getRepositoryUserName ( ) : string
return string The repository username

Property Details

$company protected property

Company of the person
protected string $company
return string

$repositoryUserName protected property

Repository user name of the person
protected string $repositoryUserName
return string