Exemplo n.º 1
0
 /**
  * @param $type
  * @param $listener
  * @param bool $useCapture
  */
 function removeEventListener($type, &$listener, $useCapture = false)
 {
     org_glizy_events_EventDispatcher::removeEventListener($type, $listener, $useCapture);
 }