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

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Public Methods

Method 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 method

public __construct ( $login )

getDescription() public method

public getDescription ( ) : string
return string

getFollowedBy() public method

public getFollowedBy ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]

getFollows() public method

public getFollows ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubUser[]

getId() public method

public getId ( ) : integer
return integer

getLogin() public method

public getLogin ( ) : string
return string

getOwnedRepositories() public method

public getOwnedRepositories ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]

getStarred() public method

public getStarred ( ) : GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]
return GraphAware\Neo4j\OGM\Common\Collection | GithubRepository[]

setDescription() public method

public setDescription ( string $description )
$description string