REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.63 KB
Close
/home/jambtst2015/public_html/ida.com.ng/libraries/vendor/laminas/laminas-zendframework-bridge/src/Module.php
Text
Base64
<?php /** * @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository * @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md * @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License */ namespace Laminas\ZendFrameworkBridge; use Laminas\ModuleManager\Listener\ConfigMergerInterface; use Laminas\ModuleManager\ModuleEvent; use Laminas\ModuleManager\ModuleManager; class Module { /** * Initialize the module. * * Type-hinting deliberately omitted to allow unit testing * without dependencies on packages that do not exist yet. * * @param ModuleManager $moduleManager */ public function init($moduleManager) { $moduleManager ->getEventManager() ->attach('mergeConfig', [$this, 'onMergeConfig']); } /** * Perform substitutions in the merged configuration. * * Rewrites keys and values matching known ZF classes, namespaces, and * configuration keys to their Laminas equivalents. * * Type-hinting deliberately omitted to allow unit testing * without dependencies on packages that do not exist yet. * * @param ModuleEvent $event */ public function onMergeConfig($event) { /** @var ConfigMergerInterface */ $configMerger = $event->getConfigListener(); $processor = new ConfigPostProcessor(); $configMerger->setMergedConfig( $processor( $configMerger->getMergedConfig($returnAsObject = false) ) ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
autoload.php
374 B
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Autoloader.php
5.29 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConfigPostProcessor.php
12.88 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Module.php
1.63 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Replacements.php
1.39 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RewriteRules.php
3.02 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).