Client
in package
Table of Contents
- $apiKey : mixed
- $ch : mixed
- __construct() : mixed
- __destruct() : mixed
- followProducts() : FollowProductsResponse
- getProduct() : Product
- curlRequest() : string
- getCurlHandle() : mixed
Properties
$apiKey
private
mixed
$apiKey
$ch
private
mixed
$ch
Methods
__construct()
public
__construct(string $apiKey) : mixed
Parameters
- $apiKey : string
Return values
mixed —__destruct()
public
__destruct() : mixed
Return values
mixed —followProducts()
public
followProducts(EanCollection $eans) : FollowProductsResponse
Parameters
- $eans : EanCollection
Return values
FollowProductsResponse —getProduct()
public
getProduct(Ean $ean) : Product
Parameters
- $ean : Ean
Return values
Product —curlRequest()
private
curlRequest(array<string|int, mixed> $options) : string
Parameters
- $options : array<string|int, mixed>
Return values
string —getCurlHandle()
private
getCurlHandle() : mixed