docs/static/reference/php/Dagger/SourceMap.html
class SourceMap extends AbstractObject implements IdAble
Source location information.
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
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.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
int column()The column number within the line.
| int | |
string filename()The filename from the module source.
| string | |
AbstractId id()A unique identifier for this SourceMap.
| AbstractId | |
int line()The line number within the filename.
| int | |
string module()The module dependency this was declared in.
| string | |
string url()The URL to the file, if any. This can be used to link to the source map in the browser.
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.