PHP Class GraphAware\Neo4j\OGM\Tests\Integration\Model\Score

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

Protected Properties

Property Type Description
$id
$value

Public Methods

Method Description
__construct ( $value )
getId ( ) : mixed
getValue ( ) : mixed

Method Details

__construct() public method

public __construct ( $value )

getId() public method

public getId ( ) : mixed
return mixed

getValue() public method

public getValue ( ) : mixed
return mixed

Property Details

$id protected property

protected $id

$value protected property

protected $value