|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\GlobalScreen\GUI\Pons:Public Member Functions | |
| __construct (Services $http, UIServices $ui_services, private \ilCtrlInterface $ctrl, Refinery\Factory $refinery, Factory $data_factory, \ilLanguage $lng, RBACServices $rbac_services, \ilObjUser $user, \ilTabsGUI $tabs, \ilToolbarGUI $toolbar, array $language_modules=[], ?TranslationsRepository $translations_repository=null,) | |
| handle (string $entry_tab, array $post_handling_classes=[]) | |
| in () | |
| i18n () | |
| out () | |
| flow () | |
| access () | |
| tabs () | |
| latestGUI () | |
| setGeneralLanguagePrefix (string $prefix) | |
Static Public Member Functions | |
| static | fromDIC (array $language_modules=[], ?TranslationsRepository $translations_repository=null,) |
| @description this is only for convenience, but the constructor is still public and testing is possible as well More... | |
Private Attributes | |
| Input | $input |
| Translator | $translator |
| Output | $output |
| Flow | $flow |
| Access | $access |
| Tabs | $tabs |
| PonsGUI | $latest_gui = null |
| ILIAS\GlobalScreen\GUI\Pons::__construct | ( | Services | $http, |
| UIServices | $ui_services, | ||
| private \ilCtrlInterface | $ctrl, | ||
| Refinery\Factory | $refinery, | ||
| Factory | $data_factory, | ||
| \ilLanguage | $lng, | ||
| RBACServices | $rbac_services, | ||
| \ilObjUser | $user, | ||
| \ilTabsGUI | $tabs, | ||
| \ilToolbarGUI | $toolbar, | ||
| array | $language_modules = [], |
||
| ?TranslationsRepository | $translations_repository = null |
||
| ) |
Definition at line 53 of file Pons.php.
References $http, $lng, ILIAS\UI\examples\Layout\Page\Mail\$refinery, ILIAS\GlobalScreen\GUI\Pons\$tabs, ILIAS\GlobalScreen\GUI\Pons\access(), ILIAS\GlobalScreen\GUI\Pons\flow(), and ILIAS\GlobalScreen\GUI\Pons\tabs().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Pons::access | ( | ) |
Definition at line 193 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$access.
Referenced by ILIAS\GlobalScreen\GUI\Pons\__construct(), and ILIAS\GlobalScreen\GUI\Pons\handle().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Pons::flow | ( | ) |
Definition at line 188 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$flow.
Referenced by ILIAS\GlobalScreen\GUI\Pons\__construct(), and ILIAS\GlobalScreen\GUI\Pons\handle().
Here is the caller graph for this function:
|
static |
@description this is only for convenience, but the constructor is still public and testing is possible as well
| ILIAS\GlobalScreen\GUI\Pons::handle | ( | string | $entry_tab, |
| array | $post_handling_classes = [] |
||
| ) |
Definition at line 108 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\access(), ILIAS\GlobalScreen\GUI\PonsGUI\CMD_DEFAULT, ILIAS\Repository\ctrl(), ILIAS\GlobalScreen\GUI\Pons\flow(), and ILIAS\GlobalScreen\GUI\Pons\tabs().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Pons::i18n | ( | ) |
Definition at line 178 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$translator.
Referenced by ILIAS\StaticURL\Shortlinks\UI\Form\__construct(), ilFooterEntriesGUI\__construct(), ilFooterGroupsGUI\__construct(), ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct(), and ILIAS\StaticURL\Shortlinks\UI\Table\__construct().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Pons::in | ( | ) |
Definition at line 173 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$input.
Referenced by ILIAS\StaticURL\Shortlinks\UI\Form\__construct(), ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct(), ILIAS\StaticURL\Shortlinks\UI\Table\__construct(), and ilMMItemTranslationRepository\retrieveCurrent().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Pons::latestGUI | ( | ) |
Definition at line 203 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$latest_gui.
| ILIAS\GlobalScreen\GUI\Pons::out | ( | ) |
Definition at line 183 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$output.
Referenced by ShortlinkAdministrationGUI\__construct(), ILIAS\StaticURL\Shortlinks\UI\Form\__construct(), ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct(), and ILIAS\StaticURL\Shortlinks\UI\Table\__construct().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Pons::setGeneralLanguagePrefix | ( | string | $prefix | ) |
| ILIAS\GlobalScreen\GUI\Pons::tabs | ( | ) |
Definition at line 198 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$tabs.
Referenced by ILIAS\GlobalScreen\GUI\Pons\__construct(), ILIAS\GlobalScreen\GUI\Pons\handle(), and ilMMItemTranslationRepository\retrieveCurrent().
Here is the caller graph for this function:
|
private |
Definition at line 49 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\access().
|
private |
Definition at line 48 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\flow().
|
private |
Definition at line 45 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\in().
|
private |
Definition at line 51 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\latestGUI().
|
private |
Definition at line 47 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\out().
|
private |
Definition at line 50 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\__construct(), and ILIAS\GlobalScreen\GUI\Pons\tabs().
|
private |
Definition at line 46 of file Pons.php.
Referenced by ILIAS\GlobalScreen\GUI\Pons\i18n().