コード例 #1
0
ファイル: Link.php プロジェクト: raynaldmo/php-education
 /**
  * 
  * Resets this plugin for a new transformation.
  * 
  * @return void
  * 
  */
 public function reset()
 {
     parent::reset();
     $this->_links = array();
     $this->_pages = array();
     $this->_count = 0;
 }
コード例 #2
0
ファイル: List.php プロジェクト: raynaldmo/php-education
 /**
  * 
  * Resets for a new transformation.
  * 
  * @return void
  * 
  */
 public function reset()
 {
     parent::reset();
     $this->_list_level = 0;
 }