PHP Class GitHubRepoContent, github-php-client

Inheritance: extends GitHubObject
Afficher le fichier Open project: tan-tan-kanarek/github-php-client

Protected Properties

Свойство Type Description
$content string
$encoding string
$git_url string
$html_url string
$name string
$path string
$sha string
$size integer
$type string
$url string

Méthodes publiques

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

Méthodes protégées

Méthode Description
getAttributes ( ) * (non-PHPdoc)

Method Details

getAttributes() protected méthode

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

getContent() public méthode

public getContent ( ) : string
Résultat string

getEncoding() public méthode

public getEncoding ( ) : string
Résultat string

getGitUrl() public méthode

public getGitUrl ( ) : string
Résultat string

getHtmlUrl() public méthode

public getHtmlUrl ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getPath() public méthode

public getPath ( ) : string
Résultat string

getSha() public méthode

public getSha ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : string
Résultat string

getUrl() public méthode

public getUrl ( ) : string
Résultat string

Property Details

$content protected_oe property

protected string $content
Résultat string

$encoding protected_oe property

protected string $encoding
Résultat string

$git_url protected_oe property

protected string $git_url
Résultat string

$html_url protected_oe property

protected string $html_url
Résultat string

$name protected_oe property

protected string $name
Résultat string

$path protected_oe property

protected string $path
Résultat string

$sha protected_oe property

protected string $sha
Résultat string

$size protected_oe property

protected int $size
Résultat integer

$type protected_oe property

protected string $type
Résultat string

$url protected_oe property

protected string $url
Résultat string