MediaWiki
REL1_34
TitleArray.php
Go to the documentation of this file.
1
<?php
27
use
Wikimedia\Rdbms\IResultWrapper
;
28
35
abstract
class
TitleArray
implements
Iterator {
42
static
function
newFromResult
(
$res
) {
43
$array =
null
;
44
if
( !Hooks::run(
'TitleArrayFromResult'
, [ &$array,
$res
] ) ) {
45
return
null
;
46
}
47
return
$array ??
new
TitleArrayFromResult
(
$res
);
48
}
49
}
TitleArrayFromResult
Definition
TitleArrayFromResult.php:29
TitleArray
The TitleArray class only exists to provide the newFromResult method at pre- sent.
Definition
TitleArray.php:35
TitleArray\newFromResult
static newFromResult( $res)
Definition
TitleArray.php:42
Wikimedia\Rdbms\IResultWrapper
Result wrapper for grabbing data queried from an IDatabase object.
Definition
IResultWrapper.php:24
$res
$res
Definition
testCompression.php:52
includes
TitleArray.php
Generated on Fri Apr 5 2024 23:10:43 for MediaWiki by
1.9.8