PHP 클래스 GitHubRepoContent, github-php-client

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

보호된 프로퍼티들

프로퍼티 타입 설명
$content string
$encoding string
$git_url string
$html_url string
$name string
$path string
$sha string
$size integer
$type string
$url string

공개 메소드들

메소드 설명
getContent ( ) : string
getEncoding ( ) : string
getGitUrl ( ) : string
getHtmlUrl ( ) : string
getName ( ) : string
getPath ( ) : string
getSha ( ) : string
getSize ( ) : integer
getType ( ) : string
getUrl ( ) : string

보호된 메소드들

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

메소드 상세

getAttributes() 보호된 메소드

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

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getEncoding() 공개 메소드

public getEncoding ( ) : string
리턴 string

getGitUrl() 공개 메소드

public getGitUrl ( ) : string
리턴 string

getHtmlUrl() 공개 메소드

public getHtmlUrl ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : 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

프로퍼티 상세

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

protected string $content
리턴 string

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

protected string $encoding
리턴 string

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

protected string $git_url
리턴 string

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

protected string $html_url
리턴 string

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

protected string $name
리턴 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