IXR_ClientMulticall::__construct( $server, $path = false, $port = 80 )
PHP5 constructor.
Contents
Source
File: wp-includes/IXR/class-IXR-clientmulticall.php
.
View all references
function __construct( $server, $path = false, $port = 80 )
{
parent::IXR_Client($server, $path, $port);
$this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
}