mediatekformation

ProfilerNodeVisitor
in package
implements NodeVisitorInterface

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

NodeVisitorInterface
Interface for node visitor classes.

Table of Contents

$extensionName  : mixed
__construct()  : mixed
enterNode()  : Node
Called before child nodes are visited.
getPriority()  : int
Returns the priority for this visitor.
leaveNode()  : Node|null
Called after child nodes are visited.
getVarName()  : string

Properties

Methods

__construct()

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

getPriority()

Returns the priority for this visitor.

public getPriority() : int

Priority should be between -10 and 10 (0 is the default).

Return values
int

The priority level

Search results