PHP 클래스 WPDiscourse\ResponseValidator\ResponseValidator

파일 보기 프로젝트 열기: discourse/wp-discourse

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

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