예제 #1
0
 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
 function reset()
 {
     parent::reset();
     $this->_line_boxes = array(new LineBox($this));
     $this->_cl = 0;
 }
예제 #3
0
 function reset()
 {
     parent::reset();
     $this->_text_spacing = null;
 }