Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/stripe/src/Message/FetchEventRequest.php
Ðазад
<?php /** * Stripe Fetch Event Request. */ namespace Omnipay\Stripe\Message; /** * Stripe Fetch Event Request. * * @link https://stripe.com/docs/api/curl#retrieve_event */ class FetchEventRequest extends AbstractRequest { /** * Get the event reference. * * @return string */ public function getEventReference() { return $this->getParameter('eventReference'); } /** * Set the event reference. * * @return FetchEventRequest provides a fluent interface. */ public function setEventReference($value) { return $this->setParameter('eventReference', $value); } public function getData() { $this->validate('eventReference'); $data = array(); return $data; } public function getEndpoint() { return $this->endpoint.'/events/'.$this->getEventReference(); } public function getHttpMethod() { return 'GET'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка