ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
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\Standard\$refinery, ILIAS\GlobalScreen\GUI\Pons\$tabs, ILIAS\GlobalScreen\GUI\Pons\access(), ILIAS\GlobalScreen\GUI\Pons\flow(), and ILIAS\GlobalScreen\GUI\Pons\tabs().
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().
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().
|
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().
ILIAS\GlobalScreen\GUI\Pons::i18n | ( | ) |
Definition at line 178 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$translator.
Referenced by ilFooterEntriesGUI\__construct(), ilFooterGroupsGUI\__construct(), ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), and ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct().
ILIAS\GlobalScreen\GUI\Pons::in | ( | ) |
Definition at line 173 of file Pons.php.
References ILIAS\GlobalScreen\GUI\Pons\$input.
Referenced by ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct(), and ilMMItemTranslationRepository\retrieveCurrent().
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 ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\__construct(), and ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\__construct().
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().
|
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().