|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for LSLocatorBuilder:
Collaboration diagram for LSLocatorBuilder:Public Member Functions | |
| __construct (string $command, ControlBuilder $control_builder) | |
| getItems () | |
| end () | |
| Finish building the locator. More... | |
| item (string $label, int $parameter) | |
| Build an entry in the locator.The parameter will be appended to the command when updating state. More... | |
Protected Attributes | |
| array | $items |
| string | $command |
| ControlBuilder | $control_builder |
Definition at line 24 of file LSLocatorBuilder.php.
| LSLocatorBuilder::__construct | ( | string | $command, |
| ControlBuilder | $control_builder | ||
| ) |
| LSLocatorBuilder::end | ( | ) |
Finish building the locator.
Implements ILIAS\KioskMode\LocatorBuilder.
Definition at line 51 of file LSLocatorBuilder.php.
References $control_builder.
| LSLocatorBuilder::getItems | ( | ) |
| LSLocatorBuilder::item | ( | string | $label, |
| int | $parameter | ||
| ) |
Build an entry in the locator.The parameter will be appended to the command when updating state.
Implements ILIAS\KioskMode\LocatorBuilder.
Definition at line 59 of file LSLocatorBuilder.php.
References $command.
|
protected |
Definition at line 31 of file LSLocatorBuilder.php.
Referenced by __construct(), and item().
|
protected |
Definition at line 32 of file LSLocatorBuilder.php.
Referenced by __construct(), and end().
|
protected |
Definition at line 29 of file LSLocatorBuilder.php.
Referenced by getItems().