SearchSubmatch
class SearchSubmatch extends AbstractObject implements IdAble, Node
Properties
| $lastQuery | from AbstractObject |
Methods
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.
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
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 16
int
end()
The match's end offset within the matched lines.
at line 25
Id
id()
A unique identifier for this SearchSubmatch.
at line 34
int
start()
The match's start offset within the matched lines.
at line 43
string
text()
The matched text.