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