Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance
13 protected $callbacks = []; variable in IXR\\Server\\Server20 public function __construct($callbacks = false, $data = false, $wait = false) argument23 if ($callbacks) {24 $this->callbacks = $callbacks;85 $method = $this->callbacks[$methodname];132 return in_array($method, array_keys($this->callbacks));
35 $this->callbacks[$rpcName] = $functionName;53 $this->callbacks[$prefix . $this->_delim . $method] = [$prefix, $targetMethod];62 $method = $this->callbacks[$methodname];
73 $method = $this->callbacks[$methodname];
17 callbacks: [], property69 dw_locktimer.callbacks.push(callback);123 dw_locktimer.callbacks.forEach(151 dw_locktimer.callbacks.push(dw_locktimer.refreshed);
50 public function __construct($callbacks = false, $data = false, $wait = false) argument53 parent::__construct($callbacks, $data, $wait);