Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php80 protected $_callable = []; variable in Hoa\\Event\\Event
191 $this->_callable[$callable->getHash()] = $callable;
205 unset($this->_callable[xcallable($callable)->getHash()]);
217 return !empty($this->_callable);
242 foreach ($event->_callable as $callable) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php245 …$this->function->register_shutdown_function = function ($_callable) use (&$called, $self, &$callab…
249 ->variable($_callable)