Reflection Docblock

BaseTag
in package
implements Tag

AbstractYes

Parses a tag definition for a DocBlock.

Table of Contents

Interfaces

Tag

Properties

$description  : Description|null
$name  : string

Methods

getDescription()  : Description|null
getName()  : string
Gets the name of this tag.
render()  : string

Properties

$name

protected string $name = ''

Name of the tag

Methods

getName()

Gets the name of this tag.

public getName() : string
Return values
string

The name of this tag.

render()

public render([Formatter|null $formatter = null ]) : string
Parameters
$formatter : Formatter|null = null
Return values
string

        
On this page

Search results