IXR_Base64::__constructpublicWP 1.0

PHP5 constructor.

Method of the class: IXR_Base64{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

IXR_Base64::__construct() code WP 7.0

function __construct( $data )
{
    $this->data = $data;
}