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

getFollows() public method

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