Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_jchat/Framework/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
Ðазад
<?php namespace GuzzleHttp\Event; /** * * @package JCHAT::FRAMEWORK::administrator::components::com_jchat * @subpackage framework * @subpackage guzzlehttp * @subpackage guzzle * @subpackage Event * @author Joomla! Extensions Store * @copyright (C) 2015 - Joomla! Extensions Store * @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html */ defined ( '_JEXEC' ) or die ( 'Restricted access' ); use GuzzleHttp\Transaction; use GuzzleHttp\ClientInterface; use GuzzleHttp\Message\RequestInterface; /** * Base class for request events, providing a request and client getter. */ abstract class AbstractRequestEvent extends AbstractEvent { /** @var Transaction */ protected $transaction; /** * @param Transaction $transaction */ public function __construct(Transaction $transaction) { $this->transaction = $transaction; } /** * Get the HTTP client associated with the event. * * @return ClientInterface */ public function getClient() { return $this->transaction->client; } /** * Get the request object * * @return RequestInterface */ public function getRequest() { return $this->transaction->request; } /** * Get the number of transaction retries. * * @return int */ public function getRetryCount() { return $this->transaction->retries; } /** * @return Transaction */ public function getTransaction() { return $this->transaction; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка