Documentation

MacroAutoImportNodeVisitor
in package
implements NodeVisitorInterface

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

NodeVisitorInterface
Interface for node visitor classes.

Table of Contents

$hasMacroCalls  : mixed
$inAModule  : 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

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