Esempio n. 1
0
 public function addToParent()
 {
     if ($this->parent_block) {
         $this->parent_block->addChild($this);
     }
 }