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

getStarred() public method

public getStarred ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
    public function getStarred()
    {
        return $this->starred;
    }