Exemplo n.º 1
0
 function cleanDBonPurge()
 {
     $alias = new NetworkAlias();
     $alias->cleanDBonItemDelete($this->getType(), $this->GetID());
     $ipAddress = new IPAddress();
     $ipAddress->cleanDBonItemDelete($this->getType(), $this->GetID());
 }