PHP Class GitHubTree, github-php-client

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

Protected Properties

Свойство Type Description
$mode string
$path string
$sha string
$size integer
$type string
$url string

Méthodes publiques

Méthode Description
getMode ( ) : 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 ( )

getMode() public méthode

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

$mode protected_oe property

protected string $mode
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