GraphAware\Neo4j\OGM\Tests\Integration\Model\Team::getMemberships PHP Method

getMemberships() public method

public getMemberships ( ) : GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
return GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
    public function getMemberships()
    {
        return $this->memberships;
    }