Exemplo n.º 1
0
 public function __construct($endpoint_type, $server, $params = array(), $headers = array(), $httpClient = null)
 {
     parent::__construct($endpoint_type, $server, $params, $headers);
     $this->setRequestObject($params, $httpClient);
     $this->setScope($params);
     $this->setResponseType($params);
     $this->setPrompt($params);
 }