You are here

public function DocBlock::isTemplateEnd in Zircon Profile 8

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

Returns whether this DocBlock is the end of a Template section.

Return value

boolean

See also

self::isTemplateStart() for a more complete description of the Docblock Template functionality.

File

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

Class

DocBlock
Parses the DocBlock for any structure.

Namespace

phpDocumentor\Reflection

Code

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