REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 913 B
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/woocommerce-paypal-payments/src/PluginModule.php
Text
Base64
<?php /** * The plugin module. * * @package WooCommerce\PayPalCommerce */ declare(strict_types=1); namespace WooCommerce\PayPalCommerce; use WooCommerce\PayPalCommerce\Vendor\Dhii\Container\ServiceProvider; use WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface; use WooCommerce\PayPalCommerce\Vendor\Interop\Container\ServiceProviderInterface; use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface; /** * Class PluginModule */ class PluginModule implements ModuleInterface { /** * {@inheritDoc} */ public function setup(): ServiceProviderInterface { return new ServiceProvider( require __DIR__ . '/services.php', require __DIR__ . '/extensions.php' ); } /** * {@inheritDoc} */ public function run( ContainerInterface $c ): void { } /** * Returns the key for the module. * * @return string|void */ public function getKey() { } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Http
DIR
-
drwxr-xr-x
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extensions.php
171 B
lrw-r--r--
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FilePathPluginFactory.php
3.61 KB
lrw-r--r--
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Plugin.php
3.42 KB
lrw-r--r--
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PluginModule.php
913 B
lrw-r--r--
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PPCP.php
1.08 KB
lrw-r--r--
2023-04-04 05:36:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
services.php
1.03 KB
lrw-r--r--
2023-04-04 05:36:17
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).