IXR_Base64::__construct()publicWP 1.0

PHP5 constructor.

Method of the class: IXR_Base64{}

No Hooks.

Return

null. Nothing (null).

Usage

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

IXR_Base64::__construct() code WP 6.5.2

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