Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/llms.abstract.api.handler.php

LLMS_Abstract_API_Handler::call()

Method: Execute an API request.

Source: includes/abstracts/llms.abstract.api.handler.php:83

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::get_error_message()

Method: Retrieve the private “error_message” variable

Source: includes/abstracts/llms.abstract.api.handler.php:141

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::get_error_object()

Method: Get the private “error_object” variable

Source: includes/abstracts/llms.abstract.api.handler.php:154

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::get_error_type()

Method: Retrieve the private “error_type” variable

Source: includes/abstracts/llms.abstract.api.handler.php:167

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::get_result()

Method: Retrieve the private “result” variable

Source: includes/abstracts/llms.abstract.api.handler.php:180

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::is_error()

Method: Determine if the response is an error

Source: includes/abstracts/llms.abstract.api.handler.php:193

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::parse_response()

Method: Parse the body of the response and set a success/error

Source: includes/abstracts/llms.abstract.api.handler.php:207

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::set_error()

Method: Set an Error Sets all error variables and sets the result as a WP_Error so the result can always be tested with `is_wp_error()`

Source: includes/abstracts/llms.abstract.api.handler.php:220

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::set_result()

Method: Set the result

Source: includes/abstracts/llms.abstract.api.handler.php:236

Used by 0 functions | Uses 0 functions

LLMS_Abstract_API_Handler::set_request_body()

Method: Set request body

Source: includes/abstracts/llms.abstract.api.handler.php:250

Used by 0 functions | Uses 0 functions
1 2 Next »
Proudly powered by WordPress