- Copyright
- GPL-2.0-or-later
- Author
- Addshore
◆ __construct()
Wikibase\Lib\Interactors\TermSearchResult::__construct |
( |
Term | $matchedTerm, |
|
|
string | $matchedTermType, |
|
|
?EntityId | $entityId, |
|
|
Term | $displayLabel = null, |
|
|
Term | $displayDescription = null, |
|
|
array | $metaData = [] ) |
- Parameters
-
Term | $matchedTerm | |
string | $matchedTermType | |
EntityId | null | $entityId | |
Term | null | $displayLabel | |
Term | null | $displayDescription | |
◆ getDisplayDescription()
Wikibase\Lib\Interactors\TermSearchResult::getDisplayDescription |
( |
| ) |
|
◆ getDisplayLabel()
Wikibase\Lib\Interactors\TermSearchResult::getDisplayLabel |
( |
| ) |
|
◆ getEntityId()
Wikibase\Lib\Interactors\TermSearchResult::getEntityId |
( |
| ) |
|
The entity ID of the search result.
This should usually be an EntityId
; to support search for additional entity types that are not registered with Wikibase’s entity registration yet, it may temporarily be null. In that case, the meta data
must include the entity ID serialization and additional data which would usually be added automatically based on the entity ID (i.e., id, title, pageid, url, concepturi).
- Returns
- EntityId|null
◆ getMatchedTerm()
Wikibase\Lib\Interactors\TermSearchResult::getMatchedTerm |
( |
| ) |
|
◆ getMatchedTermType()
Wikibase\Lib\Interactors\TermSearchResult::getMatchedTermType |
( |
| ) |
|
◆ getMetaData()
Wikibase\Lib\Interactors\TermSearchResult::getMetaData |
( |
| ) |
|
- Returns
- array [ key => value ] map of meta data about the returned search result or its associated entity
◆ $displayDescription
Wikibase\Lib\Interactors\TermSearchResult::$displayDescription |
|
private |
◆ $displayLabel
Wikibase\Lib\Interactors\TermSearchResult::$displayLabel |
|
private |
◆ $entityId
Wikibase\Lib\Interactors\TermSearchResult::$entityId |
|
private |
◆ $matchedTerm
Wikibase\Lib\Interactors\TermSearchResult::$matchedTerm |
|
private |
◆ $matchedTermType
Wikibase\Lib\Interactors\TermSearchResult::$matchedTermType |
|
private |
◆ $metaData
Wikibase\Lib\Interactors\TermSearchResult::$metaData |
|
private |
◆ CONCEPTURI_META_DATA_KEY
const Wikibase\Lib\Interactors\TermSearchResult::CONCEPTURI_META_DATA_KEY = 'concepturi' |
The documentation for this class was generated from the following file: