MediaWiki
REL1_30
Autoload.php
Go to the documentation of this file.
1
<?php
8
$dir
= __DIR__;
9
10
$GLOBALS
[
'wgAutoloadClasses'
][
'LocalisationUpdate'
] =
"$dir/LocalisationUpdate.class.php"
;
11
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_Updater'
] =
"$dir/Updater.php"
;
12
$GLOBALS
[
'wgAutoloadClasses'
][
'QuickArrayReader'
] =
"$dir/QuickArrayReader.php"
;
13
14
# fetcher
15
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_Fetcher'
] =
"$dir/fetcher/Fetcher.php"
;
16
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_FetcherFactory'
] =
"$dir/fetcher/FetcherFactory.php"
;
17
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_FileSystemFetcher'
] =
"$dir/fetcher/FileSystemFetcher.php"
;
18
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_GitHubFetcher'
] =
"$dir/fetcher/GitHubFetcher.php"
;
19
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_HttpFetcher'
] =
"$dir/fetcher/HttpFetcher.php"
;
20
21
# finder
22
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_Finder'
] =
"$dir/finder/Finder.php"
;
23
24
# reader
25
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_JSONReader'
] =
"$dir/reader/JSONReader.php"
;
26
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_PHPReader'
] =
"$dir/reader/PHPReader.php"
;
27
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_Reader'
] =
"$dir/reader/Reader.php"
;
28
$GLOBALS
[
'wgAutoloadClasses'
][
'LU_ReaderFactory'
] =
"$dir/reader/ReaderFactory.php"
;
$dir
$dir
Definition
Autoload.php:8
$GLOBALS
$GLOBALS['wgAutoloadClasses']['LocalisationUpdate']
Definition
Autoload.php:10
extensions
LocalisationUpdate
Autoload.php
Generated on Mon Nov 25 2024 15:41:58 for MediaWiki by
1.10.0