PHP Class GitHubTreeExtra, github-php-client

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

Protected Properties

Свойство Type Description
$sha string
$tree GitHubTree
$url string

Méthodes publiques

Méthode Description
getSha ( ) : string
getTree ( ) : GitHubTree
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 ( )

getSha() public méthode

public getSha ( ) : string
Résultat string

getTree() public méthode

public getTree ( ) : GitHubTree
Résultat GitHubTree

getUrl() public méthode

public getUrl ( ) : string
Résultat string

Property Details

$sha protected_oe property

protected string $sha
Résultat string

$tree protected_oe property

protected GitHubTree $tree
Résultat GitHubTree

$url protected_oe property

protected string $url
Résultat string