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

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

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