ResolveInlineMarkers
in package
Implements
CompilerPassInterface
Interfaces, Classes & Used Traits
- CompilerPassInterface
- Represents a single pass / business rule to be executed by the Compiler.
Constants
COMPILER_PRIORITY Line 30
mixed COMPILER_PRIORITY = 9000
Methods
getDescription() Line 32
Returns a textual description of what this pass does for output purposes.
publicgetDescription() : string
Please note that the command line will be truncated to 68 characters (
Returns
string —
execute() Line 40
Scans the files for markers and records them in the markers property of a file.
publicexecute(ProjectDescriptor $project) : void
This method will execute the business logic associated with a given compiler pass and allow it to manipulate or consumer the Object Graph using the ProjectDescriptor object.