PHP Class GitHubRepoContent, github-php-client

Inheritance: extends GitHubObject
ファイルを表示 Open project: tan-tan-kanarek/github-php-client

Protected Properties

Property Type Description
$content string
$encoding string
$git_url string
$html_url string
$name string
$path string
$sha string
$size integer
$type string
$url string

Public Methods

Method Description
getContent ( ) : string
getEncoding ( ) : string
getGitUrl ( ) : string
getHtmlUrl ( ) : string
getName ( ) : string
getPath ( ) : string
getSha ( ) : string
getSize ( ) : integer
getType ( ) : string
getUrl ( ) : string

Protected Methods

Method Description
getAttributes ( ) * (non-PHPdoc)

Method Details

getAttributes() protected method

* (non-PHPdoc)
See also: GitHubObject::getAttributes()
protected getAttributes ( )

getContent() public method

public getContent ( ) : string
return string

getEncoding() public method

public getEncoding ( ) : string
return string

getGitUrl() public method

public getGitUrl ( ) : string
return string

getHtmlUrl() public method

public getHtmlUrl ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getPath() public method

public getPath ( ) : string
return string

getSha() public method

public getSha ( ) : string
return string

getSize() public method

public getSize ( ) : integer
return integer

getType() public method

public getType ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string

Property Details

$content protected_oe property

protected string $content
return string

$encoding protected_oe property

protected string $encoding
return string

$git_url protected_oe property

protected string $git_url
return string

$html_url protected_oe property

protected string $html_url
return string

$name protected_oe property

protected string $name
return string

$path protected_oe property

protected string $path
return string

$sha protected_oe property

protected string $sha
return string

$size protected_oe property

protected int $size
return integer

$type protected_oe property

protected string $type
return string

$url protected_oe property

protected string $url
return string