Home
last modified time | relevance | path

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

/web-bugs/src/Template/
H A DContext.php51 private $callables = []; variable in App\\Template\\Context
66 array $callables = [] argument
70 $this->callables = $callables;
180 if (isset($this->callables[$method])) {
181 return call_user_func_array($this->callables[$method], $arguments);
H A DEngine.php23 private $callables = []; variable in App\\Template\\Engine
83 $this->callables[$name] = $callable;
98 $this->callables
/web-bugs/docs/
H A Dcontainer.md87 // Services are then defined using callables with a container argument $c.

Completed in 4 milliseconds