ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLegacyKioskModeView. More...
Public Member Functions | |
__construct (ilObject $object, ilLanguage $lng, ilAccess $access) | |
buildInitialState (State $empty_state) | |
buildControls (State $state, ControlBuilder $builder) | |
updateGet (State $state, string $command, int $param=null) | |
updatePost (State $state, string $command, array $post) | |
render (State $state, Factory $factory, URLBuilder $url_builder, array $post=null) | |
![]() | |
render (State $state, UI\Factory $factory, URLBuilder $url_builder, array $post=null) | |
Render a state using the ui-factory and URLs from the builder. More... | |
Data Fields | |
const | GET_VIEW_CMD_FROM_LIST_GUI_FOR = ['sahs'] |
Protected Member Functions | |
getObjectTitle () | |
setObject (\ilObject $object) | |
hasPermissionToAccessKioskMode () | |
Protected Attributes | |
$object | |
Private Member Functions | |
getMetadata (int $obj_id, string $type) | |
debugBuildAllControls (ControlBuilder $builder) | |
getTitleByType (string $type) | |
Class ilLegacyKioskModeView.
Definition at line 14 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::__construct | ( | ilObject | $object, |
ilLanguage | $lng, | ||
ilAccess | $access | ||
) |
Definition at line 20 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::buildControls | ( | State | $state, |
ControlBuilder | $builder | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 63 of file class.ilLegacyKioskModeView.php.
References $builder, $type, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), and getTitleByType().
ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Implements ILIAS\KioskMode\View.
Definition at line 55 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 171 of file class.ilLegacyKioskModeView.php.
References $builder, getObjectTitle(), and ILIAS\KioskMode\ControlBuilder\tableOfContent().
|
private |
Definition at line 143 of file class.ilLegacyKioskModeView.php.
References $section.
Referenced by render().
|
protected |
Definition at line 30 of file class.ilLegacyKioskModeView.php.
Referenced by debugBuildAllControls().
|
private |
Definition at line 208 of file class.ilLegacyKioskModeView.php.
Referenced by buildControls().
|
protected |
Definition at line 46 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
array | $post = null |
||
) |
Definition at line 119 of file class.ilLegacyKioskModeView.php.
References getMetadata(), ILIAS\UI\Factory\item(), and ILIAS\UI\Factory\symbol().
|
protected |
ilLegacyKioskModeView::updateGet | ( | State | $state, |
string | $command, | ||
int | $param = null |
||
) |
Implements ILIAS\KioskMode\View.
Definition at line 103 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::updatePost | ( | State | $state, |
string | $command, | ||
array | $post | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 111 of file class.ilLegacyKioskModeView.php.
|
protected |
Definition at line 18 of file class.ilLegacyKioskModeView.php.
Referenced by __construct(), and setObject().
const ilLegacyKioskModeView::GET_VIEW_CMD_FROM_LIST_GUI_FOR = ['sahs'] |
Definition at line 16 of file class.ilLegacyKioskModeView.php.