Yoast\WP\SEO\AI_HTTP_Request\Application
Response_Parser_Interface{}
Хуков нет.
Использование
$Response_Parser_Interface = new Response_Parser_Interface(); // use class methods
Методы
- public parse( $response )
- ERROR: no method name found on line ``
Код Response_Parser_Interface{} Response Parser Interface{} Yoast 28.3
interface Response_Parser_Interface {
/**
* Parses the response from the API.
*
* @param array<int|string|array<string>> $response The response from the API.
*
* @return Response The parsed response.
*/
public function parse( $response ): Response;
}