GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\GithubUser::getFollows PHP Метод

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

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