docs/static/reference/php/Dagger/SearchResult.html
class SearchResult 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
The byte offset of this line within the file.
string
filePath()
The path to the file that matched.
id()
A unique identifier for this SearchResult.
int
The first line that matched.
string
The line content that matched.
array
Sub-match positions and content within the matched lines.
__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 absoluteOffset()The byte offset of this line within the file.
| int | |
string filePath()The path to the file that matched.
| string | |
AbstractId id()A unique identifier for this SearchResult.
| AbstractId | |
int lineNumber()The first line that matched.
| int | |
string matchedLines()The line content that matched.
| string | |
array submatches()Sub-match positions and content within the matched lines.
| array | |
Generated by Doctum, a API Documentation generator and fork of Sami.