PHP Class Gittern\Proxy\BlobProxy

Author: Magnus Nordlander
Inheritance: extends Gittern\Entity\GitObject\Blob
Datei anzeigen Open project: e-butik/gittern

Protected Properties

Property Type Description
$blob
$repo
$sha

Public Methods

Method Description
__construct ( Repository $repo, $sha )
__load ( )
getContents ( )
getSha ( )
setContents ( $contents )
setSha ( $sha )

Method Details

__construct() public method

public __construct ( Repository $repo, $sha )
$repo Gittern\Repository

__load() public method

public __load ( )

getContents() public method

public getContents ( )

getSha() public method

public getSha ( )

setContents() public method

public setContents ( $contents )

setSha() public method

public setSha ( $sha )

Property Details

$blob protected_oe property

protected $blob

$repo protected_oe property

protected $repo

$sha protected_oe property

protected $sha