function reset() { parent::reset(); $this->_lines = array(array("frames" => array(), "wc" => 0, "y" => null, "w" => 0, "h" => 0)); $this->_counters = array(self::DEFAULT_COUNTER => 0); $this->_cl = 0; }
function reset() { parent::reset(); $this->_lines = array(self::$_initial_line_state); $this->_counters = array(self::DEFAULT_COUNTER => 0); $this->_cl = 0; }
function reset() { parent::reset(); $this->_line_boxes = array(new Line_Box($this)); $this->_counters = array(self::DEFAULT_COUNTER => 0); $this->_cl = 0; }
function reset() { parent::reset(); $this->_cellmap->reset(); $this->_min_width = null; $this->_max_width = null; $this->_state = array(); }
function reset() { parent::reset(); $this->_cellmap->reset(); $this->_min_width = null; $this->_max_width = null; $this->_headers = array(); $this->_footers = array(); $this->_reflower->reset(); }
function reset() { parent::reset(); $this->_text_spacing = null; }
function reset() { parent::reset(); $this->_line_boxes = array(new Line_Box($this)); $this->_cl = 0; }