PHP 클래스 GraphAware\Neo4j\OGM\Tests\Integration\UseCase\Github\Model\GithubUser

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $login )

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getFollowedBy() 공개 메소드

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

getFollows() 공개 메소드

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

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLogin() 공개 메소드

public getLogin ( ) : string
리턴 string

getOwnedRepositories() 공개 메소드

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

getStarred() 공개 메소드

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

setDescription() 공개 메소드

public setDescription ( string $description )
$description string