ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
help.php File Reference

Go to the source code of this file.

Functions

 help ()
 

Function Documentation

◆ help()

help ( )

Definition at line 2 of file help.php.

3{
4 global $DIC;
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
7
8 $glyph = $f->symbol()->glyph()->help("#");
9
10 //Showcase the various states of this Glyph
11 $list = $f->listing()->descriptive([
12 "Active" => $glyph,
13 "Inactive" => $glyph->withUnavailableAction(),
14 "Highlighted" => $glyph->withHighlight()
15 ]);
16
17 return $renderer->render($list);
18}
$DIC
Definition: xapitoken.php:46

References $DIC, and Vendor\Package\$f.

Referenced by ilLMPresentationGUI\__construct(), ilPageObjectGUI\__construct(), ilObjSystemFolderGUI\__construct(), ilObjStyleSheetGUI\__construct(), ilObjBookingPoolGUI\__construct(), ilObjExerciseGUI\__construct(), ilObjExternalFeedGUI\__construct(), ilObjMediaCastGUI\__construct(), ilObjSCORM2004LearningModuleGUI\__construct(), ilObjWikiGUI\__construct(), ilObjCategoryGUI\__construct(), ilObjCategoryReferenceGUI\__construct(), ilObjMediaObjectGUI\__construct(), ilObjFolderGUI\__construct(), ilObjContentObjectGUI\__construct(), ilObjGlossaryGUI\__construct(), ilObjFileBasedLMGUI\__construct(), ilExAssignmentEditorGUI\__construct(), ilGlossaryTermGUI\__construct(), ilObjPortfolioGUI\__construct(), ilObjTaxonomyGUI\__construct(), ilObjBlogGUI\__construct(), ilObjContentPageGUI\__construct(), ilObjItemGroupGUI\__construct(), ilObjMediaPoolGUI\__construct(), ilObjPollGUI\__construct(), ilObjPortfolioBaseGUI\__construct(), ilObjPortfolioTemplateGUI\__construct(), ilObjWorkspaceFolderGUI\__construct(), ilObjWorkspaceRootFolderGUI\__construct(), ilWikiPageGUI\__construct(), ilBasicSkillGUI\__construct(), ilSkillCategoryGUI\__construct(), ilSkillTemplateCategoryGUI\__construct(), ilBasicSkillTemplateGUI\__construct(), ilSurveyExecutionGUI\__construct(), ilBookingScheduleGUI\__construct(), ilObjectActivationGUI\__construct(), ilCalendarPresentationGUI\__construct(), ilSCORM2004AssetGUI\__construct(), ilSCORM2004ChapterGUI\__construct(), ilSCORM2004ScoGUI\__construct(), ilMainMenuGUI\__construct(), ilSkillTemplateReferenceGUI\__construct(), ilGlossaryPresentationGUI\__construct(), ilSamlSettingsGUI\__construct(), ilPageEditorGUI\__construct(), ilLMEditorGUI\__construct(), ilObjLearningSequenceGUI\__construct(), ilPortfolioRepositoryGUI\__construct(), ilObjStudyProgrammeGUI\__construct(), ilObjSurveyGUI\__construct(), ilObjSurveyQuestionPoolGUI\__construct(), ilAdministrationGUI\__construct(), ilContactGUI\__construct(), ilDashboardGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsGUI\__construct(), ilPDNotesGUI\__construct(), ilPersonalWorkspaceGUI\__construct(), ilRepositoryGUI\__construct(), ilPersonalSkillsGUI\__construct(), ilSkillProfileGUI\__construct(), ilLMContentRendererGUI\__construct(), ilBookingReservationsGUI\__construct(), ilBookingHelpAdapter\__construct(), ilBookingProcessGUI\__construct(), ilBookingGatewayGUI\__construct(), ilExSubmissionFileGUI\__construct(), ilExSubmissionTextGUI\__construct(), ilSurveyEditorGUI\__construct(), ilMMTabHandling\__construct(), ilPageObjectGUI\edit(), ilBookingGatewayGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilCalendarPresentationGUI\executeCommand(), ilSamlSettingsGUI\executeCommand(), ilLMPresentationGUI\getPageContent(), ilObjGlossaryGUI\getTabs(), ilObjStudyProgrammeGUI\getTabs(), ilMMTabHandling\initTabs(), ilObjBookingPoolGUI\setHelpId(), ilBookingObjectGUI\setHelpId(), ilBookingProcessGUI\setHelpId(), ilBookingReservationsGUI\setHelpId(), ilPageObjectGUI\setScreenIdComponent(), ilObjContentPageGUI\setTabs(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showNewIdpForm(), and ilContactGUI\showSubTabs().

+ Here is the caller graph for this function: