BaseTag
in package
implements
Tag
Parses a tag definition for a DocBlock.
Interfaces, Classes and Traits
Table of Contents
- $description : Description|null
- $name : string
- getDescription() : Description|null
- getName() : string
- Gets the name of this tag.
- render() : string
Properties
$description
protected
Description|null
$description
= null
Description of the tag.
$name
protected
string
$name
= ''
Name of the tag
Methods
getDescription()
public
getDescription() : Description|null
Return values
Description|null —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