PHP Class GraphAware\Neo4j\OGM\Tests\Performance\Domain\Person

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$accountBalance
$company
$email
$firstName
$id
$lastName
$skills

Public Methods

Method Description
getAccountBalance ( ) : mixed
getCompany ( ) : mixed
getEmail ( ) : mixed
getFirstName ( ) : mixed
getId ( ) : mixed
getLastName ( ) : mixed
getSkills ( ) : mixed

Method Details

getAccountBalance() public method

public getAccountBalance ( ) : mixed
return mixed

getCompany() public method

public getCompany ( ) : mixed
return mixed

getEmail() public method

public getEmail ( ) : mixed
return mixed

getFirstName() public method

public getFirstName ( ) : mixed
return mixed

getId() public method

public getId ( ) : mixed
return mixed

getLastName() public method

public getLastName ( ) : mixed
return mixed

getSkills() public method

public getSkills ( ) : mixed
return mixed

Property Details

$accountBalance protected property

protected $accountBalance

$company protected property

protected $company

$email protected property

protected $email

$firstName protected property

protected $firstName

$id protected property

protected $id

$lastName protected property

protected $lastName

$skills protected property

protected $skills