Lggr
Public Member Functions | List of all members
phpDocumentor\Reflection\Location Class Reference

Public Member Functions

 __construct (int $lineNumber, int $columnNumber=0)
 
 getLineNumber ()
 
 getColumnNumber ()
 

Detailed Description

The location where an element occurs within a file.

@psalm-immutable

Constructor & Destructor Documentation

◆ __construct()

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.

Member Function Documentation

◆ getColumnNumber()

phpDocumentor\Reflection\Location::getColumnNumber ( )

Returns the column number (character position on a line) for this location object.

◆ getLineNumber()

phpDocumentor\Reflection\Location::getLineNumber ( )

Returns the line number that is covered by this location.


The documentation for this class was generated from the following file: