Exemplo n.º 1
0
 public function handleNotification(INotification $notification)
 {
     if (self::$isVerbose) {
         echo $notification->getName() . PHP_EOL;
     }
     return parent::handleNotification($notification);
 }