MediaWiki REL1_35
TitleArrayFromResultHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use TitleArray;
7
23 public function onTitleArrayFromResult( &$titleArray, $res );
24}
The TitleArray class only exists to provide the newFromResult method at pre- sent.
onTitleArrayFromResult(&$titleArray, $res)
This hook is called when creating a TitleArray object from a database result.
Result wrapper for grabbing data queried from an IDatabase object.