public function __construct($server = null) { parent::__construct($server); $this->response = array(); }
public function __construct($server = NULL, $scope = NULL, $curlUtils = NULL) { parent::__construct($server, $scope, $curlUtils); }
public function __construct() { parent::__construct(); $this->response = array(); }