Constructor.
Parameters
$apiKeystringrequired- The API key used for authentication.
Source
public function __construct(string $apiKey)
{
$this->apiKey = $apiKey;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Constructor.
$apiKeystringrequiredpublic function __construct(string $apiKey)
{
$this->apiKey = $apiKey;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.