GraphAware\Neo4j\OGM\Tests\Integration\Model\Movie::getPlayers PHP Method

getPlayers() public method

public getPlayers ( ) : mixed
return mixed
    public function getPlayers()
    {
        return $this->players;
    }