Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance
134 foreach ($instructions as $instruction) {135 switch ($instruction[0]) {155 $page = $resolver->resolveId($instruction[1][0]);160 'title' => $instruction[1][1],167 'page' => $instruction[1][0],168 'title' => $instruction[1][1],
99 foreach ($callStackHeaderInstructions as $instruction) {101 if (method_exists($this->renderer, $instruction[0])) {102 … call_user_func_array(array(&$this->renderer, $instruction[0]), $instruction[1] ?: array());
1282 foreach ($instructions as $instruction) {1284 … call_user_func_array(array(&$renderer, $instruction[0]), (array)$instruction[1]);
239 public static function createFromInstruction($instruction): Call argument241 return new Call($instruction);
229 foreach($instructions as $instruction) {231 if($instruction[0] == 'notoc') return;