You are here

public function WsclientRestJSONFormatter::__construct in Web service client 7

Overrides HttpClientBaseFormatter::__construct

File

wsclient_rest/wsclient_rest.inc, line 253
Web service client REST - include file.

Class

WsclientRestJSONFormatter

Code

public function __construct() {
  parent::__construct(self::FORMAT_JSON);
}