You are here

public function Serializer::isFirstLineIndented in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php \phpDocumentor\Reflection\DocBlock\Serializer::isFirstLineIndented()

Gets whether or not the first line should be indented.

Return value

bool Whether or not the first line should be indented.

File

vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php, line 128

Class

Serializer
Serializes a DocBlock instance.

Namespace

phpDocumentor\Reflection\DocBlock

Code

public function isFirstLineIndented() {
  return $this->isFirstLineIndented;
}