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

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

Protected Properties

Property Type Description
$averageLevel
$id
$name
$personsWithSkill

Public Methods

Method Description
getAverageLevel ( ) : mixed
getId ( ) : mixed
getName ( ) : mixed
getPersonsWithSkill ( ) : mixed

Method Details

getAverageLevel() public method

public getAverageLevel ( ) : mixed
return mixed

getId() public method

public getId ( ) : mixed
return mixed

getName() public method

public getName ( ) : mixed
return mixed

getPersonsWithSkill() public method

public getPersonsWithSkill ( ) : mixed
return mixed

Property Details

$averageLevel protected property

protected $averageLevel

$id protected property

protected $id

$name protected property

protected $name

$personsWithSkill protected property

protected $personsWithSkill