コード例 #1
0
ファイル: TableCell.php プロジェクト: AlexandreSGV/siteentec
 function reset()
 {
     parent::reset();
     $this->_resolved_borders = array();
     $this->_content_height = 0;
     $this->_frame->reset();
 }