Searched refs:callables (Results 1 – 3 of 3) sorted by relevance
51 private $callables = []; variable in App\\Template\\Context66 array $callables = [] argument70 $this->callables = $callables;180 if (isset($this->callables[$method])) {181 return call_user_func_array($this->callables[$method], $arguments);
23 private $callables = []; variable in App\\Template\\Engine83 $this->callables[$name] = $callable;98 $this->callables
87 // Services are then defined using callables with a container argument $c.
Completed in 265 milliseconds