MediaWiki  1.23.2
TitleArray.php
Go to the documentation of this file.
1 <?php
31 abstract class TitleArray implements Iterator {
38  static function newFromResult( $res ) {
39  $array = null;
40  if ( !wfRunHooks( 'TitleArrayFromResult', array( &$array, $res ) ) ) {
41  return null;
42  }
43  if ( $array === null ) {
45  }
46  return $array;
47  }
48 
53  protected static function newFromResult_internal( $res ) {
54  $array = new TitleArrayFromResult( $res );
55  return $array;
56  }
57 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
TitleArray\newFromResult
static newFromResult( $res)
Definition: TitleArray.php:38
TitleArray\newFromResult_internal
static newFromResult_internal( $res)
Definition: TitleArray.php:53
TitleArrayFromResult
Definition: TitleArrayFromResult.php:27
wfRunHooks
wfRunHooks( $event, array $args=array(), $deprecatedVersion=null)
Call hook functions defined in $wgHooks.
Definition: GlobalFunctions.php:4001
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
TitleArray
The TitleArray class only exists to provide the newFromResult method at pre- sent.
Definition: TitleArray.php:31
$res
$res
Definition: database.txt:21