IXR_Base64::__construct
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() IXR Base64:: construct code WP 7.0
function __construct( $data )
{
$this->data = $data;
}