ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Web.php
Go to the documentation of this file.
1 <?php
2 
4 
8 class Web
9 {
23  public static function WEBSERVICE(string $url)
24  {
25  return Web\Service::webService($url);
26  }
27 }
static WEBSERVICE(string $url)
WEBSERVICE.
Definition: Web.php:23
static webService(string $url)
WEBSERVICE.
Definition: Service.php:21
$url