public $methodname;
/** @internal */
public $params = array();
+ /** @var int */
public $debug = 0;
+ /** @var string */
public $content_type = 'text/xml';
// holds data while parsing the response. NB: Not a full Response object
/** @internal */
public $errstr = '';
public $payload;
+ /** @var string */
public $content_type = 'text/xml';
protected $httpResponse = array('headers' => array(), 'cookies' => array(), 'raw_data' => '', 'status_code' => null);
protected static $logger;
+ /** @var string */
protected static $namespace = '\\PhpXmlRpc\\';
public function getLogger()