PHP Класс Larabros\Elogram\Http\Clients\GuzzleAdapter

Автор: Hassan Khan ([email protected])
Наследование: extends AbstractAdapter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$guzzle GuzzleHttp\ClientInterface The Guzzle client instance.

Открытые методы

Метод Описание
__construct ( GuzzleHttp\ClientInterface $guzzle ) Creates a new instance of :php:class:GuzzleAdapter.
request ( $method, $uri, array $parameters = [] ) {@inheritDoc}

Описание методов

__construct() публичный Метод

Creates a new instance of :php:class:GuzzleAdapter.
public __construct ( GuzzleHttp\ClientInterface $guzzle )
$guzzle GuzzleHttp\ClientInterface

request() публичный Метод

{@inheritDoc}
public request ( $method, $uri, array $parameters = [] )
$parameters array

Описание свойств

$guzzle защищенное свойство

The Guzzle client instance.
protected ClientInterface,GuzzleHttp $guzzle
Результат GuzzleHttp\ClientInterface