HumHub Documentation (unofficial)

ProfilerNodeVisitor
in package
implements NodeVisitorInterface

FinalYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

NodeVisitorInterface
Interface for node visitor classes.

Properties

$extensionName  : mixed
$varName  : mixed

Methods

__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.

Properties

Methods

__construct()

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

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


        
On this page

Search results