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 45
__construct(ReflectionClass $class)

Parameters

ReflectionClass $class

at line 105
array getComments()

Kommentare

Return Value

array

at line 116
string getComment(string $constantName)

Ein Kommentar

Parameters

string $constantName

Return Value

string