ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class LSTOCBuilder. More...
Public Member Functions | |
__construct (string $command, ControlBuilder $control_builder) | |
getItems () | |
end () | |
Finish building the locator. More... | |
item (string $label, int $parameter, $state=null) | |
![]() | |
item (string $label, int $parameter) | |
Build an entry in the locator. More... | |
Protected Attributes | |
$command | |
$items | |
$control_builder | |
Class LSTOCBuilder.
Definition at line 11 of file LSLocatorBuilder.php.
LSLocatorBuilder::__construct | ( | string | $command, |
ControlBuilder | $control_builder | ||
) |
LSLocatorBuilder::end | ( | ) |
Finish building the locator.
Implements ILIAS\KioskMode\LocatorBuilder.
Definition at line 42 of file LSLocatorBuilder.php.
References $control_builder.
LSLocatorBuilder::getItems | ( | ) |
LSLocatorBuilder::item | ( | string | $label, |
int | $parameter, | ||
$state = null |
|||
) |
|
protected |
Definition at line 16 of file LSLocatorBuilder.php.
Referenced by __construct(), and item().
|
protected |
Definition at line 26 of file LSLocatorBuilder.php.
Referenced by __construct(), and end().
|
protected |
Definition at line 21 of file LSLocatorBuilder.php.
Referenced by getItems().