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

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Свойство Type Description
$contributions Contribution[] | GraphAware\Neo4j\OGM\Common\Collection
$id integer
$name string

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $name )

getContributions() public méthode

public getContributions ( ) : GraphAware\Neo4j\OGM\Common\Collection | Contribution[]
Résultat GraphAware\Neo4j\OGM\Common\Collection | Contribution[]

getId() public méthode

public getId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

Property Details

$contributions protected_oe property

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

$id protected_oe property

protected int $id
Résultat integer

$name protected_oe property

protected string $name
Résultat string