Lggr
Public Member Functions | Protected Attributes | List of all members
phpDocumentor\Reflection\DocBlock\Serializer Class Reference

Public Member Functions

 __construct (int $indent=0, string $indentString=' ', bool $indentFirstLine=true, ?int $lineLength=null, ?Formatter $tagFormatter=null)
 
 getDocComment (DocBlock $docblock)
 

Protected Attributes

 $indentString = ' '
 
 $indent = 0
 
 $isFirstLineIndented = true
 
 $lineLength
 
 $tagFormatter
 

Detailed Description

Converts a DocBlock back from an object to a complete DocComment including Asterisks.

Constructor & Destructor Documentation

◆ __construct()

phpDocumentor\Reflection\DocBlock\Serializer::__construct ( int  $indent = 0,
string  $indentString = ' ',
bool  $indentFirstLine = true,
?int  $lineLength = null,
?Formatter  $tagFormatter = null 
)

Create a Serializer instance.

Parameters
int$indentThe number of times the indent string is repeated.
string$indentStringThe string to indent the comment with.
bool$indentFirstLineWhether to indent the first line.
int | null$lineLengthThe max length of a line or NULL to disable line wrapping.
Formatter$tagFormatterA custom tag formatter, defaults to PassthroughFormatter.

Member Function Documentation

◆ getDocComment()

phpDocumentor\Reflection\DocBlock\Serializer::getDocComment ( DocBlock  $docblock)

Generate a DocBlock comment.

Parameters
DocBlock$docblockThe DocBlock to serialize.
Returns
string The serialized doc block.

The documentation for this class was generated from the following file: