Searched refs:ReflectionCallable (Results 1 – 4 of 4) sorted by relevance
23 use Twig\Util\ReflectionCallable; alias325 private function reflectCallable(TwigCallableInterface $callable): ReflectionCallable328 $this->reflector = new ReflectionCallable($callable);
21 final class ReflectionCallable class
29 private ReflectionCallable $rc;35 $this->rc = new ReflectionCallable($twigCallable);
38 use Twig\Util\ReflectionCallable; alias215 … $callable = (new ReflectionCallable(new TwigTest('decision', $test)))->getCallable();