Esempio n. 1
0
 protected function getServerUrl($surl)
 {
     if (!IgfsUtils::endsWith($surl, "/")) {
         $surl .= "/";
     }
     return $surl . $this->getServicePort();
 }