Example #1
0
 protected static function initNotifier()
 {
     if (empty(self::$notifier)) {
         self::$notifier = new NotifierImpl();
     }
 }