ISearchResult
Interface ISearchResult
Tags
Table of Contents
- addResultSet() : mixed
- asArray() : array
- hasExactIdMatch() : bool
- hasResult() : bool
- markExactIdMatch() : mixed
- unsetResult() : mixed
Methods
addResultSet()
public
addResultSet(SearchResultType $type, array $matches[, array|null $exactMatches = null ]) : mixed
Parameters
- $type : SearchResultType
- $matches : array
- $exactMatches : array|null = null
Tags
Return values
mixed —asArray()
public
asArray() : array
Tags
Return values
array —hasExactIdMatch()
public
hasExactIdMatch(SearchResultType $type) : bool
Parameters
- $type : SearchResultType
Tags
Return values
bool —hasResult()
public
hasResult(SearchResultType $type, string $collaboratorId) : bool
Parameters
- $type : SearchResultType
- $collaboratorId : string
Tags
Return values
bool —markExactIdMatch()
public
markExactIdMatch(SearchResultType $type) : mixed
Parameters
- $type : SearchResultType
Tags
Return values
mixed —unsetResult()
public
unsetResult(SearchResultType $type) : mixed
Parameters
- $type : SearchResultType