Exemplo n.º 1
0
 /**
  * Deletes this tag from the database
  *
  * After this tag is deleted from the database it still exists as a PHP
  * object.
  */
 public function delete()
 {
     $this->data_object->delete();
 }