docs/static/reference/php/Dagger/SearchSubmatch.html
class SearchSubmatch extends AbstractObject implements IdAble
| | $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
end()
The match's end offset within the matched lines.
id()
A unique identifier for this SearchSubmatch.
int
start()
The match's start offset within the matched lines.
string
text()
The matched text.
__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 end()The match's end offset within the matched lines.
| int | |
AbstractId id()A unique identifier for this SearchSubmatch.
| AbstractId | |
int start()The match's start offset within the matched lines.
| int | |
string text()The matched text.
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.