delete() публичный Метод

Delete a notification giving the id of it.
public delete ( $notificationId ) : boolean
$notificationId
Результат boolean
Пример #1
0
 /**
  * Delete a single notification
  *
  * @param $notification_id
  * @return Bool
  */
 public function delete($notification_id)
 {
     return $this->notification->delete($notification_id);
 }