GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\GithubUser::getFollowedBy PHP Method

getFollowedBy() public method

public getFollowedBy ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
    public function getFollowedBy()
    {
        return $this->followedBy;
    }