PHP Class Jetpack_Core_API_XMLRPC_Consumer_Endpoint, jetpack

Datei anzeigen Open project: automattic/jetpack Class Usage Examples

Protected Properties

Property Type Description
$xmlrpc Jetpack_IXR_Client An instance of the Jetpack XMLRPC client to make WordPress.com requests

Public Methods

Method Description
__construct ( Jetpack_IXR_Client $xmlrpc )

Protected Methods

Method Description
is_site_public ( ) : boolean Checks if the site is public and returns the result.

Method Details

__construct() public method

Since: 4.3.0
public __construct ( Jetpack_IXR_Client $xmlrpc )
$xmlrpc Jetpack_IXR_Client

is_site_public() protected method

Checks if the site is public and returns the result.
Since: 4.3.0
protected is_site_public ( ) : boolean
return boolean $is_public

Property Details

$xmlrpc protected_oe property

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