Back to Dagger

SearchSubmatch

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

0.20.72.3 KB
Original Source

SearchSubmatch

class SearchSubmatch extends AbstractObject implements IdAble

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

end()

The match's end offset within the matched lines.

AbstractId

id()

A unique identifier for this SearchSubmatch.

int

start()

The match's start offset within the matched lines.

string

text()

The matched text.

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 16 int end()

The match's end offset within the matched lines.

Return Value

| int | |

at line 25 AbstractId id()

A unique identifier for this SearchSubmatch.

Return Value

| AbstractId | |

at line 34 int start()

The match's start offset within the matched lines.

Return Value

| int | |

at line 43 string text()

The matched text.

Return Value

| string | |

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