예제 #1
0
 /**
  * Actions done when item is deleted from the database
  *
  * @return nothing
  * */
 function cleanDBonPurge()
 {
     $link = new PluginSimcardSimcard_Item();
     $link->cleanDBonItemDelete($this->getType(), $this->getID());
 }