|
ILIAS
release_8 Revision v8.24
|
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' |
Protected Attributes | |
| ILIAS Data URI | $base_url |
Definition at line 23 of file LSUrlBuilder.php.
| LSUrlBuilder::__construct | ( | ILIAS\Data\URI | $base_url | ) |
Definition at line 30 of file LSUrlBuilder.php.
References $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, $params, $query, PARAM_LSO_COMMAND, and PARAM_LSO_PARAMETER.
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 getURL(), and LSUrlBuilderTest\testUrlConcatenation().
| const LSUrlBuilder::PARAM_LSO_PARAMETER = 'lsov' |
Definition at line 26 of file LSUrlBuilder.php.
Referenced by getURL(), and LSUrlBuilderTest\testUrlConcatenation().