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.

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

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

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
+ Here is the caller graph for this function: