phpDocumentor

TableOfContentsBuilder
in package
implements CompilerPassInterface

FinalYes

Table of Contents

Interfaces

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

Properties

$builders  : iterable<string|int, mixed>

Methods

__construct()  : mixed
__invoke()  : CompilableSubject
Executes a compiler pass.
getDescription()  : string
Returns a textual description of what this pass does for output purposes.

Properties

Methods

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

        
On this page

Search results