Home
last modified time | relevance | path

Searched refs:_callables (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/event/
H A DListener.php62 protected $_callables = []; variable in Hoa\\Event\\Listener
89 $this->_callables[$id] = [];
114 $this->_callables[$listenerId][$callable->getHash()] = $callable;
128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]);
141 unset($this->_callables[$listenerId]);
154 return array_key_exists($listenerId, $this->_callables);
178 foreach ($this->_callables[$listenerId] as $callable) {