Home
last modified time | relevance | path

Searched defs:varName (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php24 public function __construct(string $varName)
H A DEnterProfileNode.php24 public function __construct(string $extensionName, string $type, string $name, string $varName)
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php31 private $varName; variable in Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor