ResolveInlineMarkers
extends ApiDocumentationPass
in package
FinalYes
Table of Contents
Constants
- COMPILER_PRIORITY = 9000
Methods
- __invoke() : CompilableSubject
- Executes a compiler pass.
- getDescription() : string
- process() : ApiSetDescriptor
- Scans the files for markers and records them in the markers property of a file.
Constants
COMPILER_PRIORITY
public
mixed
COMPILER_PRIORITY
= 9000
Methods
__invoke()
Executes a compiler pass.
public
final __invoke(CompilableSubject $subject) : CompilableSubject
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.
Parameters
- $subject : CompilableSubject
-
Representation of the Object Graph that can be manipulated.
Return values
CompilableSubjectgetDescription()
public
getDescription() : string
Return values
stringprocess()
Scans the files for markers and records them in the markers property of a file.
protected
process(ApiSetDescriptor $subject) : ApiSetDescriptor
Parameters
- $subject : ApiSetDescriptor