ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
info.php File Reference

Go to the source code of this file.

Functions

 info ()
 

Function Documentation

◆ info()

info ( )

Definition at line 2 of file info.php.

3{
4 global $DIC;
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
7
8 $buttons = [$f->button()->standard("Action", "#"), $f->button()->standard("Cancel", "#")];
9
10 $links = [
11 $f->link()->standard("Open Exercise Assignment", "#"),
12 $f->link()->standard("Open other screen", "#")
13 ];
14
15 return $renderer->render($f->messageBox()->info("Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")
16 ->withButtons($buttons)
17 ->withLinks($links));
18}
$links
global $DIC
Definition: saml.php:7

References $DIC, $f, and $links.

Referenced by HTMLPurifier_AttrDef_CSS_Background\__construct(), HTMLPurifier_AttrDef_CSS_Border\__construct(), HTMLPurifier_AttrDef_CSS_Font\__construct(), HTMLPurifier_AttrDef_CSS_ListStyle\__construct(), HTMLPurifier_ContentSets\__construct(), HTMLPurifier_AttrTypes\__construct(), SAML2\XML\ds\KeyInfo\__construct(), SAML2\XML\saml\SubjectConfirmationData\__construct(), HTMLPurifier_ConfigSchema\add(), HTMLPurifier_ConfigSchema\addAlias(), HTMLPurifier_ConfigSchema\addAllowedValues(), HTMLPurifier_HTMLModule\addBlankElement(), HTMLPurifier_HTMLModule\addElement(), HTMLPurifier_ConfigSchema\addValueAliases(), getID3\analyze(), getID3\CalculateCompressionRatioAudio(), getID3\CalculateCompressionRatioVideo(), getID3\CalculateReplayGain(), getID3\ChannelsBitratePlaytimeCalculations(), getID3\CleanUp(), HTMLPurifier_AttrCollections\doConstruct(), HTMLPurifier_CSSDefinition\doSetup(), HTMLPurifier_HTMLDefinition\doSetup(), HTMLPurifier_CSSDefinition\doSetupProprietary(), HTMLPurifier_CSSDefinition\doSetupTricky(), HTMLPurifier_CSSDefinition\doSetupTrusted(), getID3\error(), HTMLPurifier_ContentSets\generateChildDefCallback(), HTMLPurifier_AttrTypes\get(), getID3\getHashdata(), ilCloudPluginInfoScreenGUI\getInfoScreen(), getID3\HandleAllTags(), getID3\openfile(), ilAdvancedMDRecordGUI\parseInfoPage(), HTMLPurifier_AttrCollections\performInclusions(), HTMLPurifier_HTMLModule_Tidy\populate(), HTMLPurifier_ConfigSchema\postProcess(), sspmod_saml_Message\processAssertion(), getID3\ProcessAudioStreams(), HTMLPurifier_HTMLDefinition\processModules(), HTMLPurifier_AttrTypes\set(), ilDidacticTemplateSetting\setInfo(), ilFormPropertyGUI\setInfo(), ilFormSectionHeaderGUI\setInfo(), ilNonEditableValueGUI\setInfo(), ilRadioOption\setInfo(), ilADTFormBridge\setInfo(), ilAdvancedMDRecordGUI\setInfoObject(), HTMLPurifier_HTMLModule_Scripting\setup(), HTMLPurifier_CSSDefinition\setupConfigStuff(), HTMLPurifier_HTMLDefinition\setupConfigStuff(), HTMLPurifier_AttrDef_CSS_Background\validate(), HTMLPurifier_AttrDef_CSS_Border\validate(), HTMLPurifier_AttrDef_CSS_Font\validate(), HTMLPurifier_AttrDef_CSS_ListStyle\validate(), and getID3\warning().

+ Here is the caller graph for this function: