|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilLegacyKioskModeView. More...
Inheritance diagram for ilLegacyKioskModeView:
Collaboration diagram for ilLegacyKioskModeView:Public Member Functions | |
| __construct (ilObject $object, ilLanguage $lng, ilAccess $access) | |
| buildInitialState (State $empty_state) | |
| @inheritDoc More... | |
| buildControls (State $state, ControlBuilder $builder) | |
| @inheritDoc More... | |
| updateGet (State $state, string $command, int $param=null) | |
| @inheritDoc More... | |
| updatePost (State $state, string $command, array $post) | |
| @inheritDoc More... | |
| render (State $state, Factory $factory, URLBuilder $url_builder, array $post=null) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\KioskMode\View | |
| 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, 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) | |
| @inheritDoc More... | |
| hasPermissionToAccessKioskMode () | |
| @inheritDoc More... | |
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 | ||
| ) |
@inheritDoc
Implements ILIAS\KioskMode\View.
Definition at line 68 of file class.ilLegacyKioskModeView.php.
References $builder, $type, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), getTitleByType(), and getType().
Here is the call graph for this function:| ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) |
@inheritDoc
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.
|
private |
Definition at line 144 of file class.ilLegacyKioskModeView.php.
|
protected |
Definition at line 30 of file class.ilLegacyKioskModeView.php.
|
private |
Definition at line 209 of file class.ilLegacyKioskModeView.php.
References $type.
Referenced by buildControls().
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilLegacyKioskModeView.php.
Referenced by buildControls().
Here is the caller graph for this function:
|
protected |
@inheritDoc
Definition at line 51 of file class.ilLegacyKioskModeView.php.
| ilLegacyKioskModeView::render | ( | State | $state, |
| Factory | $factory, | ||
| URLBuilder | $url_builder, | ||
| array | $post = null |
||
| ) |
@inheritDoc
Definition at line 120 of file class.ilLegacyKioskModeView.php.
|
protected |
| ilLegacyKioskModeView::updateGet | ( | State | $state, |
| string | $command, | ||
| int | $param = null |
||
| ) |
@inheritDoc
Implements ILIAS\KioskMode\View.
Definition at line 104 of file class.ilLegacyKioskModeView.php.
References $state.
| ilLegacyKioskModeView::updatePost | ( | State | $state, |
| string | $command, | ||
| array | $post | ||
| ) |
@inheritDoc
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.