Gittern\Proxy\TreeProxy::setSha PHP Method

setSha() public method

public setSha ( $sha )
    public function setSha($sha)
    {
        $this->__load();
        return $this->tree->setSha($sha);
    }