Gittern\Proxy\TreeProxy::__construct PHP Méthode

__construct() public méthode

public __construct ( Repository $repo, $sha )
$repo Gittern\Repository
    public function __construct(Repository $repo, $sha)
    {
        $this->sha = $sha;
        $this->repo = $repo;
    }