ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
Class ilLearningModuleKioskModeView. More...
Public Member Functions | |
updateGet (State $state, string $command, ?int $parameter=null) | |
Update the state based on the provided command. More... | |
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... | |
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... | |
Data Fields | |
const | CMD_TOGGLE_LEARNING_PROGRESS = 'toggleManualLearningProgress' |
Protected Member Functions | |
getObjectClass () | |
initLMService (?int $current_page) | |
hasPermissionToAccessKioskMode () | |
getMenuEntries () | |
maybeBuildLearningProgressToggleControl (ControlBuilder $builder) | |
toggleLearningProgress (string $command) | |
![]() | |
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... | |
Protected Attributes | |
ilPageObject | $contentPageObject |
ilObjLearningModule | $lm |
ilLMPresentationService | $lm_pres_service |
ilLMPresentationGUI | $lm_pres = null |
ilObjUser | $user |
Factory | $uiFactory |
Renderer | $uiRenderer |
ilGlobalTemplateInterface | $mainTemplate |
ServerRequestInterface | $httpRequest |
ilTabsGUI | $tabs |
array | $messages = [] |
int | $current_page_id = 0 |
array | $additional_content = [] |
array | $menu_entries = null |
![]() | |
ilCtrl | $ctrl |
ilLanguage | $lng |
ilAccessHandler | $access |
Class ilLearningModuleKioskModeView.
Definition at line 33 of file class.ilLearningModuleKioskModeView.php.
ilLearningModuleKioskModeView::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 123 of file class.ilLearningModuleKioskModeView.php.
References $DIC, ILIAS\KioskMode\ControlBuilder\genericWithSignal(), getMenuEntries(), ILIAS\KioskMode\State\getValueFor(), initLMService(), maybeBuildLearningProgressToggleControl(), ILIAS\KioskMode\ControlBuilder\next(), ILIAS\KioskMode\ControlBuilder\previous(), and ILIAS\KioskMode\ControlBuilder\tableOfContent().
ilLearningModuleKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Build an initial state based on the Provided empty state.
Implements ILIAS\KioskMode\View.
Definition at line 118 of file class.ilLearningModuleKioskModeView.php.
References ILIAS\KioskMode\State\withValueFor().
|
protected |
Definition at line 174 of file class.ilLearningModuleKioskModeView.php.
References $menu_entries.
Referenced by buildControls(), and render().
|
protected |
Definition at line 52 of file class.ilLearningModuleKioskModeView.php.
References $DIC, ILIAS\Repository\ctrl(), mainTemplate(), ilKioskModeView\setObject(), ILIAS\Repository\tabs(), and ILIAS\Repository\user().
|
protected |
Definition at line 113 of file class.ilLearningModuleKioskModeView.php.
References ILIAS\Repository\access().
|
protected |
Definition at line 95 of file class.ilLearningModuleKioskModeView.php.
References ILIAS\Repository\int().
Referenced by buildControls(), and render().
|
protected |
Definition at line 183 of file class.ilLearningModuleKioskModeView.php.
References ilLPMarks\_hasCompleted(), ILIAS\KioskMode\ControlBuilder\generic(), ilObjectLP\getInstance(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL, and ILIAS\Repository\user().
Referenced by buildControls().
ilLearningModuleKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
?array | $post = null |
||
) |
Definition at line 232 of file class.ilLearningModuleKioskModeView.php.
References ILIAS\Repository\ctrl(), getMenuEntries(), ILIAS\KioskMode\State\getValueFor(), initLMService(), and ILIAS\UI\Factory\legacy().
|
protected |
Definition at line 204 of file class.ilLearningModuleKioskModeView.php.
References ilLPStatusWrapper\_updateStatus(), ilObjectLP\getInstance(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL, and ILIAS\Repository\user().
Referenced by updateGet().
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 72 of file class.ilLearningModuleKioskModeView.php.
References toggleLearningProgress(), and ILIAS\KioskMode\State\withValueFor().
ilLearningModuleKioskModeView::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 224 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 49 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 36 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 48 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 45 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 38 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 40 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 39 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 44 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 50 of file class.ilLearningModuleKioskModeView.php.
Referenced by getMenuEntries().
|
protected |
Definition at line 47 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 46 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 42 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 43 of file class.ilLearningModuleKioskModeView.php.
|
protected |
Definition at line 41 of file class.ilLearningModuleKioskModeView.php.
const ilLearningModuleKioskModeView::CMD_TOGGLE_LEARNING_PROGRESS = 'toggleManualLearningProgress' |
Definition at line 35 of file class.ilLearningModuleKioskModeView.php.