|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
The URLBuilder allows views to get links that are used somewhere inline in the content. More...
Inheritance diagram for ILIAS\KioskMode\URLBuilder:
Collaboration diagram for ILIAS\KioskMode\URLBuilder:Public Member Functions | |
| getURL (string $command, ?int $param=null) | |
| Get an URL for the provided command and params. More... | |
The URLBuilder allows views to get links that are used somewhere inline in the content.
Definition at line 29 of file URLBuilder.php.
| ILIAS\KioskMode\URLBuilder::getURL | ( | string | $command, |
| ?int | $param = null |
||
| ) |
Get an URL for the provided command and params.
Implemented in LSUrlBuilder.