Documentation

BaseTag
in package
implements Tag

Parses a tag definition for a DocBlock.

Interfaces, Classes and Traits

Tag

Table of Contents

$description  : Description|null
$name  : string
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

Search results