Exemple #1
0
 /**
  * {@inheritdoc}
  * @todo Add a constraint that does this automatically
  */
 public function wipe()
 {
     $this->db->execute("DELETE FROM past_callsigns WHERE player = ?", $this->id);
     parent::wipe();
 }