PHP 클래스 GitHubTree, github-php-client

상속: extends GitHubObject
파일 보기 프로젝트 열기: tan-tan-kanarek/github-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$mode string
$path string
$sha string
$size integer
$type string
$url string

공개 메소드들

메소드 설명
getMode ( ) : string
getPath ( ) : string
getSha ( ) : string
getSize ( ) : integer
getType ( ) : string
getUrl ( ) : string

보호된 메소드들

메소드 설명
getAttributes ( ) * (non-PHPdoc)

메소드 상세

getAttributes() 보호된 메소드

* (non-PHPdoc)
또한 보기: GitHubObject::getAttributes()
protected getAttributes ( )

getMode() 공개 메소드

public getMode ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSha() 공개 메소드

public getSha ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : integer
리턴 integer

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

프로퍼티 상세

$mode 보호되어 있는 프로퍼티

protected string $mode
리턴 string

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$sha 보호되어 있는 프로퍼티

protected string $sha
리턴 string

$size 보호되어 있는 프로퍼티

protected int $size
리턴 integer

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string

$url 보호되어 있는 프로퍼티

protected string $url
리턴 string