MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onTitleArrayFromResult (&$titleArray, $res) | |
This hook is called when creating a TitleArray object from a database result. | |
Stable to implement.
Definition at line 12 of file TitleArrayFromResultHook.php.
MediaWiki\Hook\TitleArrayFromResultHook::onTitleArrayFromResult | ( | & | $titleArray, |
$res | |||
) |
This hook is called when creating a TitleArray object from a database result.
TitleArray | &$titleArray | Set this to an object to override the default object returned |
IResultWrapper | $res | Database result used to create the object |
Implemented in MediaWiki\HookContainer\HookRunner.