Client
Table of Contents
-
FETCH_OBJECT
= 'object'
-
FETCH_RESPONSE
= 'response'
-
$httpClient
: ClientInterface
-
$requestFactory
: RequestFactoryInterface
-
$serializer
: SerializerInterface
-
$streamFactory
: StreamFactoryInterface
-
__construct()
: mixed
-
executeEndpoint()
: mixed
FETCH_OBJECT
public
mixed
FETCH_OBJECT
= 'object'
FETCH_RESPONSE
public
mixed
FETCH_RESPONSE
= 'response'
$httpClient
protected
ClientInterface
$httpClient
$requestFactory
protected
RequestFactoryInterface
$requestFactory
$serializer
protected
SerializerInterface
$serializer
$streamFactory
protected
StreamFactoryInterface
$streamFactory
__construct()
public
__construct(ClientInterface $httpClient, RequestFactoryInterface $requestFactory, SerializerInterface $serializer, StreamFactoryInterface $streamFactory) : mixed
Parameters
-
$httpClient
: ClientInterface
-
-
$requestFactory
: RequestFactoryInterface
-
-
$serializer
: SerializerInterface
-
-
$streamFactory
: StreamFactoryInterface
-
Return values
mixed
—
executeEndpoint()
public
executeEndpoint(Endpoint $endpoint[, string $fetch = self::FETCH_OBJECT ]) : mixed
Parameters
-
$endpoint
: Endpoint
-
-
$fetch
: string
= self::FETCH_OBJECT
-
Return values
mixed
—