ILIAS
release_8 Revision v8.19
|
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 $parameter=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 | |
ilObject | $object |
ilLanguage | $lng |
ilAccess | $access |
Private Member Functions | |
getMetadata (int $obj_id, string $type) | |
getTitleByType (string $type) | |
Definition at line 27 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::__construct | ( | ilObject | $object, |
ilLanguage | $lng, | ||
ilAccess | $access | ||
) |
Definition at line 35 of file class.ilLegacyKioskModeView.php.
References $access, $lng, $object, ILIAS\Repository\access(), and ILIAS\Repository\lng().
ilLegacyKioskModeView::buildControls | ( | State | $state, |
ControlBuilder | $builder | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 71 of file class.ilLegacyKioskModeView.php.
References $ref_id, $type, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), getTitleByType(), and ILIAS\Repository\lng().
ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Implements ILIAS\KioskMode\View.
Definition at line 63 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 149 of file class.ilLegacyKioskModeView.php.
References $id, and ILIAS\Repository\lng().
Referenced by render().
|
protected |
Definition at line 45 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 177 of file class.ilLegacyKioskModeView.php.
References ILIAS\Repository\lng().
Referenced by buildControls().
|
protected |
Definition at line 55 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
array | $post = null |
||
) |
Definition at line 124 of file class.ilLegacyKioskModeView.php.
References getMetadata(), ILIAS\UI\Factory\item(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\UI\Factory\symbol().
|
protected |
ilLegacyKioskModeView::updateGet | ( | State | $state, |
string | $command, | ||
int | $parameter = null |
||
) |
Implements ILIAS\KioskMode\View.
Definition at line 108 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::updatePost | ( | State | $state, |
string | $command, | ||
array | $post | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 116 of file class.ilLegacyKioskModeView.php.
|
protected |
Definition at line 33 of file class.ilLegacyKioskModeView.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilLegacyKioskModeView.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilLegacyKioskModeView.php.
Referenced by __construct(), and setObject().
const ilLegacyKioskModeView::GET_VIEW_CMD_FROM_LIST_GUI_FOR = ['sahs'] |
Definition at line 29 of file class.ilLegacyKioskModeView.php.