class SourceMap extends AbstractObject implements IdAble

Source location information.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

int
column()

The column number within the line.

string
filename()

The filename from the module source.

id()

A unique identifier for this SourceMap.

int
line()

The line number within the filename.

string
module()

The module dependency this was declared in.

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
int column()

The column number within the line.

Return Value

int

at line 28
string filename()

The filename from the module source.

Return Value

string

at line 37
AbstractId id()

A unique identifier for this SourceMap.

Return Value

AbstractId

at line 46
int line()

The line number within the filename.

Return Value

int

at line 55
string module()

The module dependency this was declared in.

Return Value

string