class SourceLocation extends Model (View source)

Properties

int $column
int $line
string $path

Methods

setColumn($column)

No description

int
getColumn()

No description

setLine($line)

No description

int
getLine()

No description

setPath($path)

No description

string
getPath()

No description

Details

setColumn($column)

No description

Parameters

$column

int getColumn()

No description

Return Value

int

setLine($line)

No description

Parameters

$line

int getLine()

No description

Return Value

int

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string