MediaWiki REL1_40
|
Go to the source code of this file.
Functions | |
getExtensionData () | |
Get the extension data as: augmentor name => data. | |
setExtensionData ( $extensionData) | |
Set extension data for this result. | |
Variables | |
trait | SearchResultTrait |
Trait for SearchResult subclasses to share non-obvious behaviors or methods that rarely specialized. | |
getExtensionData | ( | ) |
Get the extension data as: augmentor name => data.
Definition at line 19 of file SearchResultTrait.php.
Referenced by ParserOutput\getText().
setExtensionData | ( | $extensionData | ) |
Set extension data for this result.
The data is: augmentor name => data
Closure | array | $extensionData | Takes no arguments, returns either array of extension data or null. |
Definition at line 34 of file SearchResultTrait.php.
References $type, and wfDeprecated().
trait SearchResultTrait |
Trait for SearchResult subclasses to share non-obvious behaviors or methods that rarely specialized.
Definition at line 7 of file SearchResultTrait.php.