|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Central entry point for users of the service. More...
Collaboration diagram for ilKioskModeService:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $language, ilAccess $access, ilObjectDefinition $obj_definition) | |
| getViewFor (\ilObject $object) | |
| Try to get a kiosk mode view for the given object. More... | |
| hasKioskMode (string $object_type) | |
| Check if objects of a certain type provides kiosk mode in general. More... | |
Protected Member Functions | |
| getClassNameForType (string $object_type) | |
Protected Attributes | |
| $ctrl | |
| $language | |
| $access | |
| $obj_definition | |
Central entry point for users of the service.
Definition at line 7 of file class.ilKioskModeService.php.
| ilKioskModeService::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $language, | ||
| ilAccess | $access, | ||
| ilObjectDefinition | $obj_definition | ||
| ) |
Definition at line 29 of file class.ilKioskModeService.php.
References $access, $ctrl, $language, $obj_definition, and language().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilKioskModeService.php.
Referenced by getViewFor(), and hasKioskMode().
Here is the caller graph for this function:| ilKioskModeService::getViewFor | ( | \ilObject | $object | ) |
Try to get a kiosk mode view for the given object.
Definition at line 46 of file class.ilKioskModeService.php.
References getClassNameForType(), ilObject\getType(), hasKioskMode(), and language().
Here is the call graph for this function:| ilKioskModeService::hasKioskMode | ( | string | $object_type | ) |
Check if objects of a certain type provides kiosk mode in general.
| string | $object_type | needs to be a valid object type |
Definition at line 68 of file class.ilKioskModeService.php.
References getClassNameForType().
Referenced by getViewFor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file class.ilKioskModeService.php.
Referenced by __construct().
|
protected |
Definition at line 12 of file class.ilKioskModeService.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilKioskModeService.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilKioskModeService.php.
Referenced by __construct().