Sets the custom options.
Parameters
- mixed> $customOptions The custom options.
Source
public function setCustomOptions(array $customOptions): void
{
$this->customOptions = $customOptions;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the custom options.
public function setCustomOptions(array $customOptions): void
{
$this->customOptions = $customOptions;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.