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

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

Protected Properties

Property Type Description
$id integer
$player Player
$since integer
$team Team

Public Methods

Method Description
__construct ( Player $player, Team $team, $since )
getId ( ) : integer
getPlayer ( ) : Player
getSince ( ) : integer
getTeam ( ) : Team

Method Details

__construct() public method

public __construct ( Player $player, Team $team, $since )
$player Player
$team Team

getId() public method

public getId ( ) : integer
return integer

getPlayer() public method

public getPlayer ( ) : Player
return Player

getSince() public method

public getSince ( ) : integer
return integer

getTeam() public method

public getTeam ( ) : Team
return Team

Property Details

$id protected property

protected int $id
return integer

$player protected property

protected Player,GraphAware\Neo4j\OGM\Tests\Integration\Model $player
return Player

$since protected property

protected int $since
return integer

$team protected property

protected Team,GraphAware\Neo4j\OGM\Tests\Integration\Model $team
return Team