コード例 #1
0
ファイル: nc_backup_site.class.php プロジェクト: Blu2z/implsk
 protected function reset()
 {
     parent::reset();
     $this->template_paths = array();
     $this->new_components = array();
     $this->file_fields = array();
     $this->simple_file_fields = array();
 }
コード例 #2
0
 protected function reset()
 {
     parent::reset();
     $this->new_paths = array();
 }