diff --git a/DokuWikiObjectRepresentation.class.php b/DokuWikiObjectRepresentation.class.php index 3da2d6c..bd5e3f0 100644 --- a/DokuWikiObjectRepresentation.class.php +++ b/DokuWikiObjectRepresentation.class.php @@ -172,6 +172,10 @@ class DokuWikiNameSpace extends DokuWikiNode { return $retval; } + public function getNodes() { + return $this->nodes; + } + } /** @@ -250,4 +254,8 @@ class DokuWikiIterator { public function toString () { return $this->root->toString(); } + + public function getRoot() { + return $this->root; + } } \ No newline at end of file