OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxonlinemoduleversionnotifiercaller.php
Go to the documentation of this file.
1 <?php
2 
16 {
17 
19  const WEB_SERVICE_URL = 'https://omvn.oxid-esales.com/check.php';
20 
22  const XML_DOCUMENT_NAME = 'omvnRequest';
23 
29  public function doRequest(oxOnlineModulesNotifierRequest $oRequest)
30  {
31  $this->call($oRequest);
32  }
33 
39  protected function _getXMLDocumentName()
40  {
42  }
43 
49  protected function _getServiceUrl()
50  {
51  return self::WEB_SERVICE_URL;
52  }
53 }