ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 () | |
getType () | |
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 68 of file class.ilLegacyKioskModeView.php.
References $builder, $type, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), getTitleByType(), and getType().
ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Implements ILIAS\KioskMode\View.
Definition at line 60 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 172 of file class.ilLegacyKioskModeView.php.
References $builder, getObjectTitle(), and ILIAS\KioskMode\ControlBuilder\tableOfContent().
|
private |
Definition at line 144 of file class.ilLegacyKioskModeView.php.
References $id, $section, and $values.
Referenced by render().
|
protected |
Definition at line 30 of file class.ilLegacyKioskModeView.php.
Referenced by debugBuildAllControls().
|
private |
Definition at line 209 of file class.ilLegacyKioskModeView.php.
Referenced by buildControls().
|
protected |
Definition at line 35 of file class.ilLegacyKioskModeView.php.
Referenced by buildControls().
|
protected |
Definition at line 51 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
array | $post = null |
||
) |
Definition at line 120 of file class.ilLegacyKioskModeView.php.
References $info, getMetadata(), ILIAS\UI\Factory\icon(), and ILIAS\UI\Factory\item().
|
protected |
ilLegacyKioskModeView::updateGet | ( | State | $state, |
string | $command, | ||
int | $param = null |
||
) |
Implements ILIAS\KioskMode\View.
Definition at line 104 of file class.ilLegacyKioskModeView.php.
References $state.
ilLegacyKioskModeView::updatePost | ( | State | $state, |
string | $command, | ||
array | $post | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 112 of file class.ilLegacyKioskModeView.php.
References $state.
|
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.