PHP 클래스 Jetpack_Core_API_XMLRPC_Consumer_Endpoint, jetpack

파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$xmlrpc Jetpack_IXR_Client An instance of the Jetpack XMLRPC client to make WordPress.com requests

공개 메소드들

메소드 설명
__construct ( Jetpack_IXR_Client $xmlrpc )

보호된 메소드들

메소드 설명
is_site_public ( ) : boolean Checks if the site is public and returns the result.

메소드 상세

__construct() 공개 메소드

부터: 4.3.0
public __construct ( Jetpack_IXR_Client $xmlrpc )
$xmlrpc Jetpack_IXR_Client

is_site_public() 보호된 메소드

Checks if the site is public and returns the result.
부터: 4.3.0
protected is_site_public ( ) : boolean
리턴 boolean $is_public

프로퍼티 상세

$xmlrpc 보호되어 있는 프로퍼티

An instance of the Jetpack XMLRPC client to make WordPress.com requests
protected Jetpack_IXR_Client $xmlrpc
리턴 Jetpack_IXR_Client