Yoast\WP\SEO\AI_HTTP_Request\Application
Response_Parser_Interface::parse
Parses the response from the API.
Метод класса: Response_Parser_Interface{}
Хуков нет.
Возвращает
Response. The parsed response.
Использование
$Response_Parser_Interface = new Response_Parser_Interface(); $Response_Parser_Interface->parse( $response ): Response;
- $response(array<int|строка|array
>) (обязательный) - The response from the API.
Код Response_Parser_Interface::parse() Response Parser Interface::parse Yoast 27.7
public function parse( $response ): Response;