Esempio n. 1
0
 /**
  * 
  * Resets this plugin for a new transformation.
  * 
  * @return void
  * 
  */
 public function reset()
 {
     parent::reset();
     $this->_links = array();
     $this->_pages = array();
     $this->_count = 0;
 }
Esempio n. 2
0
 /**
  * 
  * Resets for a new transformation.
  * 
  * @return void
  * 
  */
 public function reset()
 {
     parent::reset();
     $this->_list_level = 0;
 }