ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
buildInitialState (State $empty_state) | |
Build an initial state based on the Provided empty state. More... | |
buildControls (State $state, ControlBuilder $builder) | |
Construct the controls for the view based on the current state. More... | |
updateGet (State $state, string $command, int $parameter=null) | |
Update the state based on the provided command. More... | |
updatePost (State $state, string $command, array $post) | |
Update the state and the object based on the provided command and post-data. More... | |
render (State $state, Factory $factory, URLBuilder $url_builder, array $post=null) | |
![]() | |
__construct (ilObject $object, ilCtrl $ctrl, ilLanguage $lng, ilAccessHandler $access) | |
![]() | |
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... | |
Protected Member Functions | |
getObjectClass () | |
setObject (ilObject $object) | |
hasPermissionToAccessKioskMode () | |
![]() | |
getObjectClass () | |
Get the class of objects this view displays. More... | |
setObject (ilObject $object) | |
Set the object for this view. More... | |
hasPermissionToAccessKioskMode () | |
Check if the global user has permission to access the kiosk mode of the supplied object. More... | |
Additional Inherited Members | |
![]() | |
ilCtrl | $ctrl |
ilLanguage | $lng |
ilAccessHandler | $access |
Definition at line 11 of file class.ilDummyKioskModeView.php.
ilDummyKioskModeView::buildControls | ( | State | $state, |
ControlBuilder | $builder | ||
) |
Construct the controls for the view based on the current state.
The interaction with the controls build via the ControlBuilder will always be delegated to updateGet.
Implements ILIAS\KioskMode\View.
Definition at line 32 of file class.ilDummyKioskModeView.php.
ilDummyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Build an initial state based on the Provided empty state.
Implements ILIAS\KioskMode\View.
Definition at line 27 of file class.ilDummyKioskModeView.php.
|
protected |
Definition at line 13 of file class.ilDummyKioskModeView.php.
|
protected |
Definition at line 22 of file class.ilDummyKioskModeView.php.
ilDummyKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
array | $post = null |
||
) |
Definition at line 49 of file class.ilDummyKioskModeView.php.
|
protected |
Definition at line 18 of file class.ilDummyKioskModeView.php.
ilDummyKioskModeView::updateGet | ( | State | $state, |
string | $command, | ||
int | $parameter = null |
||
) |
Update the state based on the provided command.
If the update was caused by a control with a $parameter (see ControlBuilder) that value is passed to $parameter here.
Commands and parameters are defined by the view in buildControl
.
Implements ILIAS\KioskMode\View.
Definition at line 36 of file class.ilDummyKioskModeView.php.
ilDummyKioskModeView::updatePost | ( | State | $state, |
string | $command, | ||
array | $post | ||
) |
Update the state and the object based on the provided command and post-data.
Commands are defined via the url-builder provided to render.
The POSTed data will be passed via $post.
Implements ILIAS\KioskMode\View.
Definition at line 44 of file class.ilDummyKioskModeView.php.