예제 #1
0
 public function appendChild(IFlowElement $e)
 {
     parent::appendChild($e);
 }
예제 #2
0
 public function appendChild(ITextLevelElement $e)
 {
     parent::appendChild($e);
 }