On this page
IXR_Server::__construct( $callbacks = false, $data = false, $wait = false )
PHP5 constructor.
Source
File: wp-includes/IXR/class-IXR-server.php. View all references
function __construct( $callbacks = false, $data = false, $wait = false )
{
$this->setCapabilities();
if ($callbacks) {
$this->callbacks = $callbacks;
}
$this->setCallbacks();
if (!$wait) {
$this->serve($data);
}
}
Related
Uses
| Uses | Description |
|---|---|
| IXR_Server::setCapabilities() wp-includes/IXR/class-IXR-server.php | |
| IXR_Server::setCallbacks() wp-includes/IXR/class-IXR-server.php | |
| IXR_Server::serve() wp-includes/IXR/class-IXR-server.php |
Used By
| Used By | Description |
|---|---|
| IXR_Server::IXR_Server() wp-includes/IXR/class-IXR-server.php | PHP4 constructor. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_server/__construct