IXR_Request::IXR_RequestpublicWP 1.0

PHP4 constructor.

Method of the class: IXR_Request{}

No Hooks.

Returns

null. Nothing (null).

Usage

$IXR_Request = new IXR_Request();
$IXR_Request->IXR_Request( $method, $args );
$method(required)
.
$args(required)
.

IXR_Request::IXR_Request() code WP 7.0

public function IXR_Request( $method, $args ) {
	self::__construct( $method, $args );
}