| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilLegacyKioskModeView:
 Collaboration diagram for ilLegacyKioskModeView: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) | |
  Public Member Functions inherited from ILIAS\KioskMode\View | |
| 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().
 Here is the call graph for this function:| ilLegacyKioskModeView::buildControls | ( | State | $state, | 
| ControlBuilder | $builder | ||
| ) | 
Implements ILIAS\KioskMode\View.
Definition at line 71 of file class.ilLegacyKioskModeView.php.
References $ref_id, $url, ilObjectListGUIFactory\_getListGUIByType(), ilLink\_getStaticLink(), getTitleByType(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilLegacyKioskModeView::buildInitialState | ( | State | $empty_state | ) | 
Implements ILIAS\KioskMode\View.
Definition at line 63 of file class.ilLegacyKioskModeView.php.
      
  | 
  private | 
Definition at line 155 of file class.ilLegacyKioskModeView.php.
References $id, and ILIAS\Repository\lng().
Referenced by render().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 45 of file class.ilLegacyKioskModeView.php.
      
  | 
  private | 
Definition at line 183 of file class.ilLegacyKioskModeView.php.
References ILIAS\Repository\lng().
Referenced by buildControls().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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\UI\Factory\messageBox(), ILIAS\Repository\object(), ILIAS\UI\Factory\panel(), and ILIAS\UI\Factory\symbol().
 Here is the call graph for this function:
      
  | 
  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.