Documentation

See extends BaseTag
in package
implements StaticMethod

Reflection class for an {@}see tag in a Docblock.

Interfaces, Classes and Traits

StaticMethod

Table of Contents

$description  : Description|null
$name  : string
$refers  : Reference
__construct()  : mixed
Initializes this tag.
__toString()  : string
Returns a string representation of this tag.
create()  : mixed
getDescription()  : Description|null
getName()  : string
Gets the name of this tag.
getReference()  : Reference
Returns the ref of this tag.
render()  : string
resolveFqsen()  : Fqsen

Properties

$name

protected string $name = 'see'

Name of the tag

Methods

__toString()

Returns a string representation of this tag.

public __toString() : string
Return values
string

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