/** * {@inheritdoc} */ public function __construct() { parent::__construct(); $this->serviceHandler = new RestServiceHandler($this->authentication); }
/** * {@inheritdoc} */ public function __construct() { ini_set('soap.wsdl_cache_enabled', 0); parent::__construct(); $this->serviceHandler = new SoapServiceHandler($this->authentication); }