class NikicDocCommentNode implements DocCommentNode (View source)

Adapter for nikic/php-parser Doc comment nodes.

Methods

__construct(Doc $docComment)

No description

string
getText()

Get the text content of the doc comment.

Details

__construct(Doc $docComment)

No description

Parameters

Doc $docComment

string getText()

Get the text content of the doc comment.

Return Value

string