Example #1
0
 public function addUMListener(IUMListener $listener, $currentRequestOnly = true)
 {
     if (!$currentRequestOnly) {
         throw new EyeNotImplementedException(__METHOD__ . ' ($currentRequestOnly = false)');
     }
     $this->listeners->append($listener);
 }