예제 #1
0
 /**
  * Returns the base url for the Nosto iframe.
  *
  * @return string the url.
  */
 protected function getBaseUrl()
 {
     return Nosto::getEnvVariable('NOSTO_WEB_HOOK_BASE_URL', NostoHttpRequest::$baseUrl);
 }