Ejemplo n.º 1
0
 public function delete() {
     $this->load();
     if (($this->getData1()!=null) && ($this->getData1()!='')) {
         try {
             $this->deleteTempDir(new Gpf_Io_File($this->getZipFolderUrl().$this->getData1()));
         } catch (Gpf_Exception $e) {
         }
     }
     parent::delete();
 }