|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilPluginsOverviewTable:Public Member Functions | |
| __construct (ilObjComponentSettingsGUI $parent_gui, ilCtrl $ctrl, Factory $ui, Renderer $renderer, ilLanguage $lng, array $filter) | |
| getTable () | |
| withData (array $data) | |
Data Fields | |
| const | F_PLUGIN_NAME = "plugin_name" |
| const | F_PLUGIN_ID = "plugin_id" |
| const | F_SLOT_NAME = "slot_name" |
| const | F_COMPONENT_NAME = "component_name" |
| const | F_PLUGIN_ACTIVE = "plugin_active" |
Protected Member Functions | |
| getImportantFields (ilPluginInfo $plugin_info) | |
| getContent (ilPluginInfo $plugin_info) | |
| boolToString (bool $value) | |
| filterData (array $data) | |
| getData () | |
| getActions (ilPluginInfo $plugin_info) | |
| setParameter (ilPluginInfo $plugin) | |
| clearParameter () | |
| getDropdownButton (string $caption, string $command) | |
| hasLang (ilPluginInfo $plugin_info) | |
Protected Attributes | |
| ilObjComponentSettingsGUI | $parent_gui |
| ilCtrl | $ctrl |
| Factory | $ui |
| Renderer | $renderer |
| ilLanguage | $lng |
| array | $filter |
| array | $data = [] |
Definition at line 27 of file class.ilPluginsOverviewTable.php.
| ilPluginsOverviewTable::__construct | ( | ilObjComponentSettingsGUI | $parent_gui, |
| ilCtrl | $ctrl, | ||
| Factory | $ui, | ||
| Renderer | $renderer, | ||
| ilLanguage | $lng, | ||
| array | $filter | ||
| ) |
Definition at line 43 of file class.ilPluginsOverviewTable.php.
References $ctrl, $filter, $lng, $parent_gui, $renderer, $ui, ILIAS\Repository\ctrl(), ILIAS\Repository\filter(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 122 of file class.ilPluginsOverviewTable.php.
References ILIAS\Repository\lng().
Referenced by getContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 238 of file class.ilPluginsOverviewTable.php.
References ILIAS\Repository\ctrl(), ilObjComponentSettingsGUI\P_CNAME, ilObjComponentSettingsGUI\P_CTYPE, ilObjComponentSettingsGUI\P_PLUGIN_NAME, and ilObjComponentSettingsGUI\P_SLOT_ID.
Referenced by getActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilPluginInfo[] | $data |
Definition at line 134 of file class.ilPluginsOverviewTable.php.
References ILIAS\Repository\filter(), ilPluginInfo\getComponent(), ilPluginInfo\getId(), ilPluginInfo\getName(), ilPluginInfo\getPluginSlot(), ILIAS\Repository\int(), and ilPluginInfo\isActive().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 184 of file class.ilPluginsOverviewTable.php.
References clearParameter(), ilObjComponentSettingsGUI\CMD_ACTIVATE_PLUGIN, ilObjComponentSettingsGUI\CMD_CONFIGURE, ilObjComponentSettingsGUI\CMD_CONFIRM_UNINSTALL_PLUGIN, ilObjComponentSettingsGUI\CMD_DEACTIVATE_PLUGIN, ilObjComponentSettingsGUI\CMD_INSTALL_PLUGIN, ilObjComponentSettingsGUI\CMD_REFRESH_LANGUAGES, ilObjComponentSettingsGUI\CMD_UPDATE_PLUGIN, ILIAS\Repository\ctrl(), ilPluginInfo\getConfigGUIClassName(), getDropdownButton(), hasLang(), ilPluginInfo\isActivationPossible(), ilPluginInfo\isActive(), ilPluginInfo\isInstalled(), ilPluginInfo\isUpdateRequired(), ILIAS\Repository\lng(), setParameter(), and ILIAS\Repository\ui().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 101 of file class.ilPluginsOverviewTable.php.
References boolToString(), ilPluginInfo\getAvailableVersion(), ilPluginInfo\getCurrentDBVersion(), ilPluginInfo\getCurrentVersion(), ilPluginInfo\getId(), ilPluginInfo\getMaximumILIASVersion(), ilPluginInfo\getMinimumILIASVersion(), ilPluginInfo\getPluginSlot(), ilPluginInfo\getResponsible(), ilPluginInfo\getResponsibleMail(), ilPluginInfo\isActive(), ilPluginInfo\isInstalled(), ilPluginInfo\isUpdateRequired(), ILIAS\Repository\lng(), ilPluginInfo\supportsCLISetup(), ilPluginInfo\supportsExport(), and ilPluginInfo\supportsLearningProgress().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 179 of file class.ilPluginsOverviewTable.php.
References $data.
Referenced by getTable().
Here is the caller graph for this function:
|
protected |
Definition at line 246 of file class.ilPluginsOverviewTable.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by getActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 78 of file class.ilPluginsOverviewTable.php.
References ilPluginInfo\isActive(), ilPluginInfo\isInstalled(), ilPluginInfo\isUpdateRequired(), and ILIAS\Repository\lng().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPluginsOverviewTable::getTable | ( | ) |
Definition at line 59 of file class.ilPluginsOverviewTable.php.
References filterData(), getActions(), getContent(), getData(), getImportantFields(), ilPluginInfo\getName(), ilPluginInfo\getPluginSlot(), ILIAS\Repository\ui(), ILIAS\GlobalScreen\Scope\Footer\Factory\withAction(), and withData().
Here is the call graph for this function:
|
protected |
Definition at line 254 of file class.ilPluginsOverviewTable.php.
Referenced by getActions().
Here is the caller graph for this function:
|
protected |
Definition at line 229 of file class.ilPluginsOverviewTable.php.
References ILIAS\Repository\ctrl(), ilPluginInfo\getComponent(), ilPluginInfo\getId(), ilPluginInfo\getName(), ilPluginInfo\getPluginSlot(), ilObjComponentSettingsGUI\P_CNAME, ilObjComponentSettingsGUI\P_CTYPE, ilObjComponentSettingsGUI\P_PLUGIN_ID, ilObjComponentSettingsGUI\P_PLUGIN_NAME, and ilObjComponentSettingsGUI\P_SLOT_ID.
Referenced by getActions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPluginsOverviewTable::withData | ( | array | $data | ) |
Definition at line 172 of file class.ilPluginsOverviewTable.php.
References $data.
Referenced by getTable(), and ilObjComponentSettingsGUI\listPlugins().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilPluginsOverviewTable.php.
Referenced by getData(), and withData().
|
protected |
Definition at line 40 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilPluginsOverviewTable.php.
Referenced by __construct().
| const ilPluginsOverviewTable::F_COMPONENT_NAME = "component_name" |
Definition at line 32 of file class.ilPluginsOverviewTable.php.
| const ilPluginsOverviewTable::F_PLUGIN_ACTIVE = "plugin_active" |
Definition at line 33 of file class.ilPluginsOverviewTable.php.
| const ilPluginsOverviewTable::F_PLUGIN_ID = "plugin_id" |
Definition at line 30 of file class.ilPluginsOverviewTable.php.
| const ilPluginsOverviewTable::F_PLUGIN_NAME = "plugin_name" |
Definition at line 29 of file class.ilPluginsOverviewTable.php.
| const ilPluginsOverviewTable::F_SLOT_NAME = "slot_name" |
Definition at line 31 of file class.ilPluginsOverviewTable.php.