IXR_Request::IXR_Request
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() IXR Request::IXR Request code WP 7.0
public function IXR_Request( $method, $args ) {
self::__construct( $method, $args );
}