Example #1
0
 public function setParent(Element $parent)
 {
     parent::setParent($parent);
     foreach ($this->getChildren() as &$child) {
         $child->setViewLoader($this->getViewLoader());
     }
 }