Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1880129
autoload_real.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
autoload_real.php
View Options
<?php
// autoload_real.php @generated by Composer
class
ComposerAutoloaderInit9f2aaabf46a4de03b538097a57ebf792
{
private
static
$loader
;
public
static
function
loadClassLoader
(
$class
)
{
if
(
'Composer
\A
utoload
\C
lassLoader'
===
$class
)
{
require
__DIR__
.
'/ClassLoader.php'
;
}
}
public
static
function
getLoader
()
{
if
(
null
!==
self
::
$loader
)
{
return
self
::
$loader
;
}
spl_autoload_register
(
array
(
'ComposerAutoloaderInit9f2aaabf46a4de03b538097a57ebf792'
,
'loadClassLoader'
),
true
,
true
);
self
::
$loader
=
$loader
=
new
\Composer\Autoload\ClassLoader
();
spl_autoload_unregister
(
array
(
'ComposerAutoloaderInit9f2aaabf46a4de03b538097a57ebf792'
,
'loadClassLoader'
));
$map
=
require
__DIR__
.
'/autoload_namespaces.php'
;
foreach
(
$map
as
$namespace
=>
$path
)
{
$loader
->
set
(
$namespace
,
$path
);
}
$map
=
require
__DIR__
.
'/autoload_psr4.php'
;
foreach
(
$map
as
$namespace
=>
$path
)
{
$loader
->
setPsr4
(
$namespace
,
$path
);
}
$classMap
=
require
__DIR__
.
'/autoload_classmap.php'
;
if
(
$classMap
)
{
$loader
->
addClassMap
(
$classMap
);
}
$loader
->
register
(
true
);
return
$loader
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jan 23, 6:34 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
925765
Default Alt Text
autoload_real.php (1 KB)
Attached To
rDAVCARD DokuWiki davcard PlugIn
Event Timeline
Log In to Comment