phpDocumentor

DescriptionDescriptor
in package
implements Stringable

FinalYes

Table of Contents

Interfaces

Stringable

Properties

$description  : Description
$inlineTags  : array<int, TagDescriptor|null>

Methods

__construct()  : mixed
__toString()  : string
Renders docblock as string.
createEmpty()  : self
getBodyTemplate()  : string
getTags()  : array<int, TagDescriptor|null>
Returns the tags for this description
isEmpty()  : bool
replaceTag()  : void

Properties

Methods

__toString()

Renders docblock as string.

public __toString() : string

This method is here for legacy purpose. The new v3 template has improved the way we render descriptons which requires more advanced handling of descriptions and just not some string jugling.

Tags
deprecated

will be removed in v4

Return values
string

        
On this page

Search results