| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'T' => |
| 11 |
array ( |
| 12 |
'Templately\\' => 11, |
| 13 |
), |
| 14 |
'P' => |
| 15 |
array ( |
| 16 |
'PriyoMukul\\WPNotice\\' => 20, |
| 17 |
), |
| 18 |
); |
| 19 |
|
| 20 |
public static $prefixDirsPsr4 = array ( |
| 21 |
'Templately\\' => |
| 22 |
array ( |
| 23 |
0 => __DIR__ . '/../..' . '/includes', |
| 24 |
), |
| 25 |
'PriyoMukul\\WPNotice\\' => |
| 26 |
array ( |
| 27 |
0 => __DIR__ . '/..' . '/priyomukul/wp-notice/src', |
| 28 |
), |
| 29 |
); |
| 30 |
|
| 31 |
public static $classMap = array ( |
| 32 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 33 |
'PriyoMukul\\WPNotice\\Dismiss' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Dismiss.php', |
| 34 |
'PriyoMukul\\WPNotice\\Notice' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Notice.php', |
| 35 |
'PriyoMukul\\WPNotice\\Notices' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Notices.php', |
| 36 |
'PriyoMukul\\WPNotice\\Utils\\Base' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Base.php', |
| 37 |
'PriyoMukul\\WPNotice\\Utils\\CacheBank' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/CacheBank.php', |
| 38 |
'PriyoMukul\\WPNotice\\Utils\\Helper' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Helper.php', |
| 39 |
'PriyoMukul\\WPNotice\\Utils\\NoticeRemover' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/NoticeRemover.php', |
| 40 |
'PriyoMukul\\WPNotice\\Utils\\Storage' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Storage.php', |
| 41 |
'Templately\\API\\API' => __DIR__ . '/../..' . '/includes/API/API.php', |
| 42 |
'Templately\\API\\Sites' => __DIR__ . '/../..' . '/includes/API/Sites.php', |
| 43 |
'Templately\\Admin\\API\\BaseAPI' => __DIR__ . '/../..' . '/includes/Admin/API/BaseAPI.php', |
| 44 |
'Templately\\Admin\\Roles' => __DIR__ . '/../..' . '/includes/Admin/Roles.php', |
| 45 |
'Templately\\Core\\Admin' => __DIR__ . '/../..' . '/includes/Core/Admin.php', |
| 46 |
'Templately\\Core\\Capabilities' => __DIR__ . '/../..' . '/includes/Core/Capabilities.php', |
| 47 |
'Templately\\Core\\Capability_Seed' => __DIR__ . '/../..' . '/includes/Core/Capability_Seed.php', |
| 48 |
'Templately\\Core\\Maintenance' => __DIR__ . '/../..' . '/includes/Core/Maintenance.php', |
| 49 |
'Templately\\Core\\Migrator' => __DIR__ . '/../..' . '/includes/Core/Migrator.php', |
| 50 |
'Templately\\Core\\Module_Base' => __DIR__ . '/../..' . '/includes/Core/Module_Base.php', |
| 51 |
'Templately\\Core\\Modules_Manager' => __DIR__ . '/../..' . '/includes/Core/Modules_Manager.php', |
| 52 |
'Templately\\Core\\Platform' => __DIR__ . '/../..' . '/includes/Core/Platform.php', |
| 53 |
'Templately\\Core\\Platform_Registry' => __DIR__ . '/../..' . '/includes/Core/Platform_Registry.php', |
| 54 |
'Templately\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php', |
| 55 |
'Templately\\Utils\\Base' => __DIR__ . '/../..' . '/includes/Utils/Base.php', |
| 56 |
'Templately\\Utils\\Caching' => __DIR__ . '/../..' . '/includes/Utils/Caching.php', |
| 57 |
'Templately\\Utils\\Database' => __DIR__ . '/../..' . '/includes/Utils/Database.php', |
| 58 |
'Templately\\Utils\\Enqueue' => __DIR__ . '/../..' . '/includes/Utils/Enqueue.php', |
| 59 |
'Templately\\Utils\\Exception\\TemplatelyException' => __DIR__ . '/../..' . '/includes/Utils/Exception/TemplatelyException.php', |
| 60 |
'Templately\\Utils\\Helper' => __DIR__ . '/../..' . '/includes/Utils/Helper.php', |
| 61 |
'Templately\\Utils\\Http' => __DIR__ . '/../..' . '/includes/Utils/Http.php', |
| 62 |
'Templately\\Utils\\Installer' => __DIR__ . '/../..' . '/includes/Utils/Installer.php', |
| 63 |
'Templately\\Utils\\Log\\LogFile' => __DIR__ . '/../..' . '/includes/Utils/Log/LogFile.php', |
| 64 |
'Templately\\Utils\\Log\\Logger' => __DIR__ . '/../..' . '/includes/Utils/Log/Logger.php', |
| 65 |
'Templately\\Utils\\Options' => __DIR__ . '/../..' . '/includes/Utils/Options.php', |
| 66 |
'Templately\\Utils\\Plan' => __DIR__ . '/../..' . '/includes/Utils/Plan.php', |
| 67 |
'Templately\\Utils\\Response\\AjaxResponder' => __DIR__ . '/../..' . '/includes/Utils/Response/AjaxResponder.php', |
| 68 |
'Templately\\Utils\\Response\\Envelope' => __DIR__ . '/../..' . '/includes/Utils/Response/Envelope.php', |
| 69 |
'Templately\\Utils\\Response\\ErrorCode' => __DIR__ . '/../..' . '/includes/Utils/Response/ErrorCode.php', |
| 70 |
'Templately\\Utils\\Response\\FatalGuard' => __DIR__ . '/../..' . '/includes/Utils/Response/FatalGuard.php', |
| 71 |
'Templately\\Utils\\Response\\RemoteResponse' => __DIR__ . '/../..' . '/includes/Utils/Response/RemoteResponse.php', |
| 72 |
'Templately\\Utils\\Response\\ResponseNormalizer' => __DIR__ . '/../..' . '/includes/Utils/Response/ResponseNormalizer.php', |
| 73 |
'Templately\\Utils\\Response\\RestEnvelope' => __DIR__ . '/../..' . '/includes/Utils/Response/RestEnvelope.php', |
| 74 |
'Templately\\Utils\\Response\\RetryPolicy' => __DIR__ . '/../..' . '/includes/Utils/Response/RetryPolicy.php', |
| 75 |
'Templately\\Utils\\Response\\TemplatelyError' => __DIR__ . '/../..' . '/includes/Utils/Response/TemplatelyError.php', |
| 76 |
'Templately\\Utils\\Views' => __DIR__ . '/../..' . '/includes/Utils/Views.php', |
| 77 |
); |
| 78 |
|
| 79 |
public static function getInitializer(ClassLoader $loader) |
| 80 |
{ |
| 81 |
return \Closure::bind(function () use ($loader) { |
| 82 |
$loader->prefixLengthsPsr4 = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$prefixLengthsPsr4; |
| 83 |
$loader->prefixDirsPsr4 = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$prefixDirsPsr4; |
| 84 |
$loader->classMap = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$classMap; |
| 85 |
|
| 86 |
}, null, ClassLoader::class); |
| 87 |
} |
| 88 |
} |
| 89 |
|