Home
last modified time | relevance | path

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

/plugin/refnotes/
H A Dinstructions.php222 private $extraCalls;
230 $this->extraCalls = array();
279 $this->extraCalls[$index][] = $call;
286 $this->extraCalls[count($this->event->data->calls)][] = $call;
293 if (empty($this->extraCalls)) {
297 ksort($this->extraCalls);
302 foreach ($this->extraCalls as $index => $extraCalls) {
308 foreach ($extraCalls as $call) {
334 $this->extraCalls
204 private $extraCalls; global() variable in refnotes_instruction_list
[all...]