|
file-fetcher
|
The location where an element occurs within a file.
@psalm-immutable
Public Member Functions | |
| __construct (int $lineNumber, int $columnNumber=0) | |
| getLineNumber () | |
| getColumnNumber () | |
| phpDocumentor\Reflection\Location::__construct | ( | int | $lineNumber, |
| int | $columnNumber = 0 |
||
| ) |
Initializes the location for an element using its line number in the file and optionally the column number.
| phpDocumentor\Reflection\Location::getColumnNumber | ( | ) |
Returns the column number (character position on a line) for this location object.
| phpDocumentor\Reflection\Location::getLineNumber | ( | ) |
Returns the line number that is covered by this location.
1.8.17