Back to Dagger

SourceMap

docs/static/reference/php/Dagger/SourceMap.html

0.20.72.7 KB
Original Source

SourceMap

class SourceMap extends AbstractObject implements IdAble

Source location information.

Properties

| | $lastQuery | | from AbstractObject |

Methods

__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.

AbstractId

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

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 | |

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.

Return Value

| string | |

Generated by Doctum, a API Documentation generator and fork of Sami.