Exemplo n.º 1
0
 function preDelete()
 {
     IDF_Timeline::remove($this);
     IDF_Search::remove($this);
     IDF_Gconf::dropForModel($this);
 }
Exemplo n.º 2
0
 function preDelete()
 {
     IDF_Timeline::remove($this);
 }
Exemplo n.º 3
0
 /**
  * We drop the information from the timeline.
  */
 function preDelete()
 {
     IDF_Timeline::remove($this);
     @unlink(Pluf::f('upload_path') . '/' . $this->project->shortname . '/files/' . $this->file);
 }