Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php23 use Twig\Util\ReflectionCallable; alias
325 private function reflectCallable(TwigCallableInterface $callable): ReflectionCallable
328 $this->reflector = new ReflectionCallable($callable);
/template/twigstarter/vendor/twig/twig/src/Util/
DReflectionCallable.php21 final class ReflectionCallable class
DCallableArgumentsExtractor.php29 private ReflectionCallable $rc;
35 $this->rc = new ReflectionCallable($twigCallable);
/template/twigstarter/vendor/twig/twig/src/
DParser.php38 use Twig\Util\ReflectionCallable; alias
215 … $callable = (new ReflectionCallable(new TwigTest('decision', $test)))->getCallable();