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

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

Protected Properties

Свойство Type Description
$id integer
$name string
$playsIn PlaysInTeam

Méthodes publiques

Méthode Description
__construct ( $name )
addToTeam ( Team $team, $timestamp = null )
getId ( ) : mixed
getName ( ) : mixed
getTeamMembership ( ) : mixed

Method Details

__construct() public méthode

public __construct ( $name )

addToTeam() public méthode

public addToTeam ( Team $team, $timestamp = null )
$team Team

getId() public méthode

public getId ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : mixed
Résultat mixed

getTeamMembership() public méthode

public getTeamMembership ( ) : mixed
Résultat mixed

Property Details

$id protected_oe property

protected int $id
Résultat integer

$name protected_oe property

protected string $name
Résultat string

$playsIn protected_oe property

protected PlaysInTeam,GraphAware\Neo4j\OGM\Tests\Integration\Model $playsIn
Résultat PlaysInTeam