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

Make read one notification giving the ID of it.
public readOne ( $notificationId ) : boolean | Notification
$notificationId
Результат boolean | Fenos\Notifynder\Models\Notification
Пример #1
0
 /**
  * Read one notification
  *
  * @param $notification_id
  * @return bool|Models\Notification
  */
 public function readOne($notification_id)
 {
     return $this->notification->readOne($notification_id);
 }