Gittern\Proxy\TreeProxy::__load PHP Method

__load() public method

public __load ( )
    public function __load()
    {
        if (!$this->tree) {
            $this->tree = $this->repo->getObjectBySha($this->sha);
        }
    }