On this page
IXR_Base64::__construct( $data )
PHP5 constructor.
Source
File: wp-includes/IXR/class-IXR-base64.php. View all references
function __construct( $data )
{
$this->data = $data;
}
Related
Used By
| Used By | Description |
|---|---|
| IXR_Base64::IXR_Base64() wp-includes/IXR/class-IXR-base64.php | PHP4 constructor. |
| IXR_IntrospectionServer::methodSignature() wp-includes/IXR/class-IXR-introspectionserver.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_base64/__construct