You are here

protected property Location::$lineNumber in Zircon Profile 8

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

@var int Line where the DocBlock text starts.

File

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

Class

Location
The location a DocBlock occurs within a file.

Namespace

phpDocumentor\Reflection\DocBlock

Code

protected $lineNumber = 0;