GraphAware\Neo4j\OGM\Tests\Integration\Model\PlaysInTeam::__construct PHP Method

__construct() public method

public __construct ( Player $player, Team $team, $since )
$player Player
$team Team
    public function __construct(Player $player, Team $team, $since)
    {
        $this->player = $player;
        $this->team = $team;
        $this->since = $since;
    }