IXR_Base64::__construct( $data )

PHP5 constructor.


Source

File: wp-includes/IXR/class-IXR-base64.php. View all references

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


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.