Ejemplo n.º 1
0
 function delete()
 {
     if (!is_null($this->id)) {
         CoreEvents::removeExecCache($this->id);
     }
 }