PHP Класс WPDiscourse\ResponseValidator\ResponseValidator

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$instance ResponseValidator An instance of the ResponseValidator class.

Открытые методы

Метод Описание
check_connection_status ( ) : integer A function to check the connection status to Discourse.
get_instance ( ) : ResponseValidator Returns a single instance of the ResponseValidator class.
validate ( array $response ) : integer Validates the response from wp_remote_get or wp_remote_post.

Приватные методы

Метод Описание
__construct ( ) A private constructor, only called through get_instance().

Описание методов

check_connection_status() публичный Метод

A function to check the connection status to Discourse.
public check_connection_status ( ) : integer
Результат integer

get_instance() публичный статический Метод

Returns a single instance of the ResponseValidator class.
public static get_instance ( ) : ResponseValidator
Результат ResponseValidator

validate() публичный Метод

Validates the response from wp_remote_get or wp_remote_post.
public validate ( array $response ) : integer
$response array The response from `wp_remote_get` or `wp_remote_post`.
Результат integer

Описание свойств

$instance защищенное статическое свойство

An instance of the ResponseValidator class.
protected static ResponseValidator,WPDiscourse\ResponseValidator $instance
Результат ResponseValidator