|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class LSUrlBuilder. More...
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) | |
| getURL (string $command, int $param=null) | |
| Get an URL for the provided command and params. More... | |
Data Fields | |
| const | PARAM_LSO_COMMAND = 'lsocmd' |
| const | PARAM_LSO_PARAMETER = 'lsov' |
Class LSUrlBuilder.
Definition at line 10 of file LSUrlBuilder.php.
| LSUrlBuilder::__construct | ( | ILIAS\Data\URI | $base_url | ) |
Definition at line 15 of file LSUrlBuilder.php.
| LSUrlBuilder::getHref | ( | string | $command, |
| int | $param = null |
||
| ) |
Definition at line 39 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 20 of file LSUrlBuilder.php.
References $param, $query, $url, PARAM_LSO_COMMAND, and PARAM_LSO_PARAMETER.
Referenced by getHref().
Here is the caller graph for this function:| const LSUrlBuilder::PARAM_LSO_COMMAND = 'lsocmd' |
Definition at line 12 of file LSUrlBuilder.php.
Referenced by getURL(), and LSUrlBuilderTest\testUrlConcatenation().
| const LSUrlBuilder::PARAM_LSO_PARAMETER = 'lsov' |
Definition at line 13 of file LSUrlBuilder.php.
Referenced by getURL(), and LSUrlBuilderTest\testUrlConcatenation().