GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\GithubUser::getStarred PHP Méthode

getStarred() public méthode

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