You are here

public function WsclientRestFormFormatter::__construct in Web service client 7

Overrides HttpClientBaseFormatter::__construct

File

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

Class

WsclientRestFormFormatter

Code

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