You are here

protected property SourceTag::$lineCount in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php \phpDocumentor\Reflection\DocBlock\Tag\SourceTag::lineCount

means "to the end".

Type: int|null The number of lines, relative to the starting line. NULL

File

vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php, line 36

Class

SourceTag
Reflection class for a @source tag in a Docblock.

Namespace

phpDocumentor\Reflection\DocBlock\Tag

Code

protected $lineCount = null;