IXR_Base64::IXR_Base64publicWP 1.0

PHP4 constructor.

Method of the class: IXR_Base64{}

No Hooks.

Returns

null. Nothing (null).

Usage

$IXR_Base64 = new IXR_Base64();
$IXR_Base64->IXR_Base64( $data );
$data(required)
.

IXR_Base64::IXR_Base64() code WP 7.0

public function IXR_Base64( $data ) {
	self::__construct( $data );
}