File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Application/Controller/Notification/SendTestWhatsAppController.php
Back
<?php namespace AmeliaBooking\Application\Controller\Notification; use AmeliaBooking\Application\Commands\Notification\SendTestEmailCommand; use AmeliaBooking\Application\Commands\Notification\SendTestWhatsAppCommand; use AmeliaBooking\Application\Controller\Controller; use Slim\Http\Request; /** * Class SendTestWhatsAppController * * @package AmeliaBooking\Application\Controller\Notification */ class SendTestWhatsAppController extends Controller { /** * Fields for notification that can be received from front-end * * @var array */ protected $allowedFields = [ 'notificationTemplate', 'recipientWhatsApp', 'type', 'language' ]; /** * Instantiates the Send Test Email command to hand it over to the Command Handler * * @param Request $request * @param $args * * @return SendTestWhatsAppCommand * @throws \RuntimeException */ protected function instantiateCommand(Request $request, $args) { $command = new SendTestWhatsAppCommand($args); $requestBody = $request->getParsedBody(); $this->setCommandFields($command, $requestBody); return $command; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings