예제 #1
0
 public function notifiy(SystemEvent $e)
 {
     if ($e->severity >= $this->minSeverity) {
         return $this->wrapped->notifiy($e);
     }
     return false;
 }