class ConstantDocumentationParser extends Alvine

Parser für Kommentare

Properties

protected array $docComments

Methods

__construct(ReflectionClass $class)

No description

array
getComments()

Kommentare

string
getComment(string $constantName)

Ein Kommentar

Details

at line 47
__construct(ReflectionClass $class)

Parameters

ReflectionClass $class

at line 107
array getComments()

Kommentare

Return Value

array

at line 118
string getComment(string $constantName)

Ein Kommentar

Parameters

string $constantName

Return Value

string