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