コード例 #1
0
ファイル: Table.php プロジェクト: AlexandreSGV/siteentec
 public function reset()
 {
     parent::reset();
     $this->_cellmap->reset();
     $this->_min_width = null;
     $this->_max_width = null;
     $this->_headers = array();
     $this->_footers = array();
     $this->_reflower->reset();
 }
コード例 #2
0
ファイル: Block.php プロジェクト: AlexandreSGV/siteentec
 function reset()
 {
     parent::reset();
     $this->_line_boxes = array(new LineBox($this));
     $this->_cl = 0;
 }
コード例 #3
0
ファイル: Text.php プロジェクト: AlexandreSGV/siteentec
 function reset()
 {
     parent::reset();
     $this->_text_spacing = null;
 }