ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (ilObject $object, ilLanguage $lng, ilAccess $access, LOMServices $lom_services) | |
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 |
LOMServices | $lom_services |
Private Member Functions | |
getMetadata (int $obj_id, string $type) | |
getTitleByType (string $type) | |
Definition at line 28 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::__construct | ( | ilObject | $object, |
ilLanguage | $lng, | ||
ilAccess | $access, | ||
LOMServices | $lom_services | ||
) |
Definition at line 37 of file class.ilLegacyKioskModeView.php.
References $access, $lng, $lom_services, $object, ILIAS\Repository\access(), and ILIAS\Repository\lng().
ilLegacyKioskModeView::buildControls | ( | State | $state, |
ControlBuilder | $builder | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 75 of file class.ilLegacyKioskModeView.php.
References $ref_id, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), getTitleByType(), and ILIAS\Repository\lng().
ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
Implements ILIAS\KioskMode\View.
Definition at line 67 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 159 of file class.ilLegacyKioskModeView.php.
References ILIAS\Repository\lng().
Referenced by render().
|
protected |
Definition at line 49 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 191 of file class.ilLegacyKioskModeView.php.
References ILIAS\Repository\lng().
Referenced by buildControls().
|
protected |
Definition at line 59 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::render | ( | State | $state, |
Factory | $factory, | ||
URLBuilder | $url_builder, | ||
?array | $post = null |
||
) |
Definition at line 128 of file class.ilLegacyKioskModeView.php.
References getMetadata(), ILIAS\UI\Factory\item(), ILIAS\Repository\lng(), ILIAS\UI\Factory\messageBox(), ILIAS\Repository\object(), ILIAS\UI\Factory\panel(), and ILIAS\UI\Factory\symbol().
|
protected |
Implements ILIAS\KioskMode\View.
Definition at line 112 of file class.ilLegacyKioskModeView.php.
ilLegacyKioskModeView::updatePost | ( | State | $state, |
string | $command, | ||
array | $post | ||
) |
Implements ILIAS\KioskMode\View.
Definition at line 120 of file class.ilLegacyKioskModeView.php.
|
protected |
Definition at line 34 of file class.ilLegacyKioskModeView.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilLegacyKioskModeView.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilLegacyKioskModeView.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilLegacyKioskModeView.php.
Referenced by __construct(), and setObject().
const ilLegacyKioskModeView::GET_VIEW_CMD_FROM_LIST_GUI_FOR = ['sahs'] |
Definition at line 30 of file class.ilLegacyKioskModeView.php.