コード例 #1
0
ファイル: Container.php プロジェクト: zhangxiaoliu/PHPPdf
 public function reset()
 {
     parent::reset();
     foreach ($this->children as $child) {
         $child->reset();
     }
 }