PHP 클래스 Larabros\Elogram\Http\Clients\GuzzleAdapter

저자: Hassan Khan ([email protected])
상속: extends AbstractAdapter
파일 보기 프로젝트 열기: larabros/elogram

보호된 프로퍼티들

프로퍼티 타입 설명
$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