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

Datei anzeigen 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_oe property

protected $accountBalance

$company protected_oe property

protected $company

$email protected_oe property

protected $email

$firstName protected_oe property

protected $firstName

$id protected_oe property

protected $id

$lastName protected_oe property

protected $lastName

$skills protected_oe property

protected $skills