You are here

public function WsclientRestPHPFormatter::__construct in Web service client 7

Overrides HttpClientBaseFormatter::__construct

File

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

Class

WsclientRestPHPFormatter

Code

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