Gittern\Proxy\TreeProxy::getIterator PHP Method

getIterator() public method

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