class ConstantDocumentationParser extends Alvine

Parser für Kommentare

Properties

protected array $docComments

Methods

__construct(ReflectionClass $class)

No description

array
getComments()

Kommentare

string|null
getComment(string $constantName)

Ein Kommentar

Details

at line 45
__construct(ReflectionClass $class)

Parameters

ReflectionClass $class

at line 118
array getComments()

Kommentare

Return Value

array

at line 129
string|null getComment(string $constantName)

Ein Kommentar

Parameters

string $constantName

Return Value

string|null