File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Domain/Services/Notification/AbstractMailService.php
Back
<?php /** * @copyright © TMS-Plugins. All rights reserved. * @licence See LICENCE.md for license details. */ namespace AmeliaBooking\Domain\Services\Notification; /** * Class AbstractMailService * * @package AmeliaBooking\Domain\Services\Notification */ class AbstractMailService { /** @var string */ protected $from; /** @var string */ protected $fromName; /** * AbstractMailService constructor. * * @param $from * @param $fromName */ public function __construct($from, $fromName) { $this->from = $from; $this->fromName = $fromName; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings