示例#1
0
 /**
  * Deletes this notification
  *
  * @return void
  */
 public function delete()
 {
     $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
 }