Ejemplo n.º 1
0
 public function delete()
 {
     delete_records('artefact_internal_profile_email', 'artefact', $this->id);
     parent::delete();
 }