Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2754289
autoload_real.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
autoload_real.php
View Options
<?php
// autoload_real.php @generated by Composer
class
ComposerAutoloaderInit_mediawiki_vendor
{
private
static
$loader
;
public
static
function
loadClassLoader
(
$class
)
{
if
(
'Composer
\A
utoload
\C
lassLoader'
===
$class
)
{
require
__DIR__
.
'/ClassLoader.php'
;
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public
static
function
getLoader
()
{
if
(
null
!==
self
::
$loader
)
{
return
self
::
$loader
;
}
require
__DIR__
.
'/platform_check.php'
;
spl_autoload_register
(
array
(
'ComposerAutoloaderInit_mediawiki_vendor'
,
'loadClassLoader'
),
true
,
false
);
self
::
$loader
=
$loader
=
new
\Composer\Autoload\ClassLoader
(
\dirname
(
__DIR__
));
spl_autoload_unregister
(
array
(
'ComposerAutoloaderInit_mediawiki_vendor'
,
'loadClassLoader'
));
$includePaths
=
require
__DIR__
.
'/include_paths.php'
;
$includePaths
[]
=
get_include_path
();
set_include_path
(
implode
(
PATH_SEPARATOR
,
$includePaths
));
require
__DIR__
.
'/autoload_static.php'
;
call_user_func
(
\Composer\Autoload\ComposerStaticInit_mediawiki_vendor
::
getInitializer
(
$loader
));
$loader
->
setClassMapAuthoritative
(
true
);
$loader
->
register
(
false
);
$filesToLoad
=
\Composer\Autoload\ComposerStaticInit_mediawiki_vendor
::
$files
;
$requireFile
=
\Closure
::
bind
(
static
function
(
$fileIdentifier
,
$file
)
{
if
(
empty
(
$GLOBALS
[
'__composer_autoload_files'
][
$fileIdentifier
]))
{
$GLOBALS
[
'__composer_autoload_files'
][
$fileIdentifier
]
=
true
;
require
$file
;
}
},
null
,
null
);
foreach
(
$filesToLoad
as
$fileIdentifier
=>
$file
)
{
$requireFile
(
$fileIdentifier
,
$file
);
}
return
$loader
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 22:24 (28 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/5e/a32feac5d4199045ef7109e481d3
Default Alt Text
autoload_real.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment