コード例 #1
0
ファイル: Node.php プロジェクト: omusico/isle-web-framework
 /**
  * Deletes this notification
  *
  * @return void
  */
 public function delete()
 {
     $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
 }