Home
last modified time | relevance | path

Searched defs:startingLine (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSource.php29 private $startingLine = 1; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Source
34 public function __construct($startingLine, $lineCount = null, Description $description = null)
H A DExample.php38 private $startingLine; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Example
45 public function __construct($filePath, $isURI, $startingLine, $lineCount, $description)