Lggr
|
Public Member Functions | |
__construct (int $lineNumber, int $columnNumber=0) | |
getLineNumber () | |
getColumnNumber () | |
The location where an element occurs within a file.
@psalm-immutable
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.