ILIAS
release_8 Revision v8.19
|
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().
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, $params, and $query.
Referenced by getHref().
|
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().