|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilFooterStandardGroupsProvider:
Collaboration diagram for ilFooterStandardGroupsProvider:Public Member Functions | |
| __construct (Container $dic) | |
| getIdentificationFor (ilFooterStandardGroups $group) | |
| getGroups () | |
| getEntries () | |
| getAdditionalTexts () | |
| getPermanentURI () | |
| __construct (Container $dic) | |
| getAdditionalTexts () | |
| getPermanentURI () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (protected Container $dic) | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getGroups () | |
| getEntries () | |
| getAdditionalTexts () | |
| getPermanentURI () | |
Private Member Functions | |
| buildURI (string $from_path) | |
Private Attributes | |
| readonly Translator | $translator |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider | |
| IdentificationProviderInterface | $id_factory |
| FooterItemFactory | $item_factory |
Definition at line 32 of file class.ilFooterStandardGroupsProvider.php.
| ilFooterStandardGroupsProvider::__construct | ( | Container | $dic | ) |
Reimplemented from ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider.
Definition at line 36 of file class.ilFooterStandardGroupsProvider.php.
References $dic, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 65 of file class.ilFooterStandardGroupsProvider.php.
Referenced by getEntries().
Here is the caller graph for this function:| ilFooterStandardGroupsProvider::getAdditionalTexts | ( | ) |
Reimplemented from ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider.
Definition at line 125 of file class.ilFooterStandardGroupsProvider.php.
References $text, and ILIAS_VERSION.
| ilFooterStandardGroupsProvider::getEntries | ( | ) |
Implements ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider.
Definition at line 71 of file class.ilFooterStandardGroupsProvider.php.
References ilObjLanguageAccess\_checkTranslate(), ilLink\_getStaticLink(), ilObjLanguageAccess\_getTranslationLink(), ilObjLanguageAccess\_isPageTranslation(), buildURI(), ilSystemSupportContactsGUI\getFooterLink(), ilSystemSupportContactsGUI\getFooterText(), getIdentificationFor(), ilImprint\isActive(), and SERVICES.
Here is the call graph for this function:| ilFooterStandardGroupsProvider::getGroups | ( | ) |
Implements ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider.
Definition at line 47 of file class.ilFooterStandardGroupsProvider.php.
References getIdentificationFor(), and SERVICES.
Here is the call graph for this function:| ilFooterStandardGroupsProvider::getIdentificationFor | ( | ilFooterStandardGroups | $group | ) |
Definition at line 42 of file class.ilFooterStandardGroupsProvider.php.
Referenced by getEntries(), and getGroups().
Here is the caller graph for this function:| ilFooterStandardGroupsProvider::getPermanentURI | ( | ) |
Reimplemented from ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticFooterProvider.
Definition at line 138 of file class.ilFooterStandardGroupsProvider.php.
|
private |
Definition at line 34 of file class.ilFooterStandardGroupsProvider.php.