shipcloud PHP Client

TagWithType extends BaseTag
in package

Parses a tag definition for a DocBlock.

Table of Contents

$description  : Description|null
$name  : string
$type  : Type|null
getDescription()  : Description|null
getName()  : string
Gets the name of this tag.
getType()  : Type|null
Returns the type section of the variable.
render()  : string
extractTypeFromBody()  : array<string|int, 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.

getType()

Returns the type section of the variable.

public getType() : Type|null
Return values
Type|null

render()

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

extractTypeFromBody()

protected static extractTypeFromBody(string $body) : array<string|int, string>
Parameters
$body : string
Return values
array<string|int, string>

Search results