Exemplo n.º 1
0
 public function getParent()
 {
     $parentNode = $this->unitNode->getParent();
     if (!is_object($parentNode)) {
         return null;
     }
     return $parentNode->getModuleAPI($this->defaultVisitor, $this->newRenderContext);
 }