SourceMap
class SourceMap extends AbstractObject implements IdAble
Source location information.
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
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.
string
url()
The URL to the file, if any. This can be used to link to the source map in the browser.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
int
column()
The column number within the line.
at line 28
string
filename()
The filename from the module source.
at line 37
AbstractId
id()
A unique identifier for this SourceMap.
at line 46
int
line()
The line number within the filename.
at line 55
string
module()
The module dependency this was declared in.
at line 64
string
url()
The URL to the file, if any. This can be used to link to the source map in the browser.