File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/mailgun/mailgun-php/src/Mailgun/Api/Event.php
Back
<?php /* * Copyright (C) 2013 Mailgun * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ namespace Mailgun\Api; use Mailgun\Assert; use Mailgun\Model\Event\EventResponse; /** * {@link https://documentation.mailgun.com/api-events.html}. * * @author Tobias Nyholm <tobias.nyholm@gmail.com> */ class Event extends HttpApi { use Pagination; /** * @param string $domain * @param array $params * * @return EventResponse */ public function get($domain, array $params = []) { Assert::stringNotEmpty($domain); $response = $this->httpGet(sprintf('/v3/%s/events', $domain), $params); return $this->hydrateResponse($response, EventResponse::class); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings