PHP Class GitHubTree, github-php-client

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

Protected Properties

Property Type Description
$mode string
$path string
$sha string
$size integer
$type string
$url string

Public Methods

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

getMode() public method

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

$mode protected_oe property

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