PHP Class GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\GithubUser

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $login )
getDescription ( ) : string
getFollowedBy ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
getFollows ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
getId ( ) : integer
getLogin ( ) : string
getOwnedRepositories ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
getStarred ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
setDescription ( string $description )

Method Details

__construct() public méthode

public __construct ( $login )

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getFollowedBy() public méthode

public getFollowedBy ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
Résultat GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]

getFollows() public méthode

public getFollows ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
Résultat GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]

getId() public méthode

public getId ( ) : integer
Résultat integer

getLogin() public méthode

public getLogin ( ) : string
Résultat string

getOwnedRepositories() public méthode

public getOwnedRepositories ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
Résultat GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]

getStarred() public méthode

public getStarred ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
Résultat GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]

setDescription() public méthode

public setDescription ( string $description )
$description string