| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for LSUrlBuilder:
 Collaboration diagram for LSUrlBuilder:Public Member Functions | |
| __construct (ILIAS\Data\URI $base_url) | |
| getURL (string $command, int $param=null) | |
| Get an URL for the provided command and params.  More... | |
| getHref (string $command, int $param=null) | |
Data Fields | |
| const | PARAM_LSO_COMMAND = 'lsocmd' | 
| const | PARAM_LSO_PARAMETER = 'lsov' | 
Protected Attributes | |
| ILIAS Data URI | $base_url | 
Definition at line 23 of file LSUrlBuilder.php.
| LSUrlBuilder::__construct | ( | ILIAS\Data\URI | $base_url | ) | 
| LSUrlBuilder::getHref | ( | string | $command, | 
| int | $param = null  | 
        ||
| ) | 
Definition at line 53 of file LSUrlBuilder.php.
References $param, $url, and getURL().
 Here is the call graph for this function:| LSUrlBuilder::getURL | ( | string | $command, | 
| int | $param = null  | 
        ||
| ) | 
Get an URL for the provided command and params.
Implements ILIAS\KioskMode\URLBuilder.
Definition at line 35 of file LSUrlBuilder.php.
References $param, and $params.
Referenced by getHref().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 28 of file LSUrlBuilder.php.
Referenced by __construct().
| const LSUrlBuilder::PARAM_LSO_COMMAND = 'lsocmd' | 
Definition at line 25 of file LSUrlBuilder.php.
Referenced by LSUrlBuilderTest\testUrlConcatenation().
| const LSUrlBuilder::PARAM_LSO_PARAMETER = 'lsov' | 
Definition at line 26 of file LSUrlBuilder.php.
Referenced by LSUrlBuilderTest\testUrlConcatenation().