ApiKeyRequestAuthentication::fromArray( $array ) In this article Table of ContentsSource Related Changelog ↑ Back to top {@inheritDoc} Source public static function fromArray(array $array): self { static::validateFromArrayData($array, [self::KEY_API_KEY]); return new self($array[self::KEY_API_KEY]); } View all references View on Trac View on GitHub Related UsesDescriptionApiKeyRequestAuthentication::__construct()wp-includes/php-ai-client/src/Providers/Http/DTO/ApiKeyRequestAuthentication.phpConstructor. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.