예제 #1
0
파일: Block.php 프로젝트: aaron-em/matura
 public function addToParent()
 {
     if ($this->parent_block) {
         $this->parent_block->addChild($this);
     }
 }