|
ILIAS
release_8 Revision v8.24
|
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 | |
| ilCtrl | $ctrl |
| ilLanguage | $language |
| ilAccess | $access |
| ilObjectDefinition | $obj_definition |
Central entry point for users of the service.
Definition at line 10 of file class.ilKioskModeService.php.
| ilKioskModeService::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $language, | ||
| ilAccess | $access, | ||
| ilObjectDefinition | $obj_definition | ||
| ) |
Definition at line 17 of file class.ilKioskModeService.php.
References $access, $ctrl, $language, $obj_definition, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
protected |
Definition at line 63 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 32 of file class.ilKioskModeService.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getClassNameForType(), ilObject\getType(), hasKioskMode(), and ILIAS\UI\examples\Symbol\Glyph\Language\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 54 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 14 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 13 of file class.ilKioskModeService.php.
Referenced by __construct().
|
protected |
Definition at line 15 of file class.ilKioskModeService.php.
Referenced by __construct().