PHP Class Gittern\Entity\GitObject\User

Author: Magnus Nordlander
Show file Open project: e-butik/gittern Class Usage Examples

Protected Properties

Property Type Description
$email
$name

Public Methods

Method Description
__construct ( $name, $email )
getEmail ( )
getName ( )

Method Details

__construct() public method

public __construct ( $name, $email )

getEmail() public method

public getEmail ( )

getName() public method

public getName ( )

Property Details

$email protected property

protected $email

$name protected property

protected $name