VarTagModifier
extends ApiDocumentationPass
in package
FinalYes
Table of Contents
Methods
- __invoke() : CompilableSubject
- Executes a compiler pass.
- getDescription() : string
- process() : ApiSetDescriptor
- filterVarTags() : void
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()
protected
process(ApiSetDescriptor $subject) : ApiSetDescriptor
Parameters
- $subject : ApiSetDescriptor
Return values
ApiSetDescriptorfilterVarTags()
private
filterVarTags(ConstantInterface|PropertyInterface $descriptor) : void
Parameters
- $descriptor : ConstantInterface|PropertyInterface