Documentation

Twig_Profiler_NodeVisitor_Profiler extends ProfilerNodeVisitor
in package

Used to make node visitors compatible with Twig 1.x and 2.x.

Tags
deprecated

since Twig 2.7, use "Twig\Profiler\NodeVisitor\ProfilerNodeVisitor" instead

Table of Contents

$extensionName  : mixed
$varName  : mixed
__construct()  : mixed
enterNode()  : Node
Called before child nodes are visited.
getPriority()  : mixed
leaveNode()  : Node|null
Called after child nodes are visited.
doEnterNode()  : Node
Called before child nodes are visited.
doLeaveNode()  : Node|null
Called after child nodes are visited.

Properties

Methods

__construct()

public __construct(string $extensionName) : mixed
Parameters
$extensionName : string
Return values
mixed

Search results