GraphAware\Neo4j\OGM\Tests\Integration\Model\Team::getMemberships PHP Метод

getMemberships() публичный Метод

public getMemberships ( ) : GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
Результат GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
    public function getMemberships()
    {
        return $this->memberships;
    }