Documentation

ResolveInlineMarkers
in package
implements CompilerPassInterface

Interfaces, Classes and Traits

CompilerPassInterface
Represents a single pass / business rule to be executed by the Compiler.

Table of Contents

COMPILER_PRIORITY  = 9000
execute()  : void
Scans the files for markers and records them in the markers property of a file.
getDescription()  : string
Returns a textual description of what this pass does for output purposes.

Constants

Methods

execute()

Scans the files for markers and records them in the markers property of a file.

public execute(ProjectDescriptor $project) : void
Parameters
$project : ProjectDescriptor

Representation of the Object Graph that can be manipulated.

Return values
void

getDescription()

Returns a textual description of what this pass does for output purposes.

public getDescription() : string

Please note that the command line will be truncated to 68 characters ( .. 000.000s) so longer descriptions won't have much use.

Return values
string

Search results