48 $object_type = $object->
getType();
55 return new $class_name(
71 return class_exists($class_name);
79 $class = $this->obj_definition->getClassName($object_type);
80 $full_class =
"il" . $class .
"KioskModeView";
getViewFor(\ilObject $object)
Try to get a kiosk mode view for the given object.
This class provides processing control methods.
parses the objects.xml it handles the xml-description of all ilias objects
getClassNameForType(string $object_type)
hasKioskMode(string $object_type)
Check if objects of a certain type provides kiosk mode in general.
getType()
get object type public
Central entry point for users of the service.
__construct(ilCtrl $ctrl, ilLanguage $language, ilAccess $access, ilObjectDefinition $obj_definition)