Ejemplo n.º 1
0
 /**
  * @return Node
  */
 public function getParent()
 {
     return $this->root->get(dirname($this->path));
 }