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