Constructor.
Parameters
$response_factoryWordPressAiClientDependenciesPsrHttpMessageResponseFactoryInterfacerequired- PSR-17 Response factory.
$stream_factoryWordPressAiClientDependenciesPsrHttpMessageStreamFactoryInterfacerequired- PSR-17 Stream factory.
Source
public function __construct( ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory ) {
$this->response_factory = $response_factory;
$this->stream_factory = $stream_factory;
}
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.