IXR_IntrospectionServer::IXR_IntrospectionServer()publicWP 1.0

PHP4 constructor.

Method of the class: IXR_IntrospectionServer{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_IntrospectionServer = new IXR_IntrospectionServer();
$IXR_IntrospectionServer->IXR_IntrospectionServer();

IXR_IntrospectionServer::IXR_IntrospectionServer() code WP 6.5.2

public function IXR_IntrospectionServer() {
	self::__construct();
}