model/modx/modxmlrpcresource.class.php

Classes 
package
modx
Classes
modXMLRPCResource

Description

Extends modResource to service XML-RPC client requests.

\modXMLRPCResource

Extends from
\modResource
package
modx
Properties
$services
Methods
__construct
process

Description

Extends modResource to service XML-RPC client requests.

This is the basis for the entire xPDO object model, and can also be used by a class generator {@link xPDOGenerator}, ultimately allowing custom classes to be user-defined in a web interface and framework-generated at runtime.

Properties

$servicesAn array of services for this resource.

array $services = 'array'

Details

array
An array of services for this resource.
visibility
public
default
array
final
false
static
false
access
public

Methods

__construct

__construct( \xPDO $xpdo ) : \xPDOObject

Creates a modXMLRPCResource instance.

{@inheritdoc}

Arguments
$xpdo
\xPDO
&$xpdo A reference to a valid xPDO instance.
Output
\xPDOObject
Details
visibility
public
final
false
static
false

process

process( ) : string

Overrides modResource::process to set the Response handler to {@link modXMLRPCResponse}

{@inheritdoc}

Output
string
The processed cacheable content of a resource.
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.11.2.