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

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$contributions Contribution[] | GraphAware\Neo4j\OGM\Common\Collection
$id integer
$name string

Public Methods

Method Description
__construct ( $name )
getContributions ( ) : GraphAware\Neo4j\OGM\Common\Collection | Contribution[]
getId ( ) : integer
getName ( ) : string

Method Details

__construct() public method

public __construct ( $name )

getContributions() public method

public getContributions ( ) : GraphAware\Neo4j\OGM\Common\Collection | Contribution[]
return GraphAware\Neo4j\OGM\Common\Collection | Contribution[]

getId() public method

public getId ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

Property Details

$contributions protected property

protected Contribution[],GraphAware\Neo4j\OGM\Tests\Integration\Model|Collection,GraphAware\Neo4j\OGM\Common $contributions
return Contribution[] | GraphAware\Neo4j\OGM\Common\Collection

$id protected property

protected int $id
return integer

$name protected property

protected string $name
return string