コード例 #1
0
ファイル: Notifications.php プロジェクト: xabbuh/panda-client
 public function removeNotificationEvent(NotificationEvent $event)
 {
     if (isset($this->events[$event->getEvent()])) {
         unset($this->events[$event->getEvent()]);
     }
 }