ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct () | |
executeCommand () | |
Data Fields | |
const | CMD_INDEX = 'index' |
const | CMD_REMOVE = 'remove' |
const | CMD_DOWNLOAD = 'download' |
const | CMD_SHOW_REVISIONS = 'showRevisions' |
const | CMD_GOTO_RESOURCE = 'gotoResource' |
const | P_RESOURCE_ID = 'irss_resource_id' |
Protected Member Functions | |
initBackTab () | |
Private Member Functions | |
index () | |
showRevisions () | |
download () | |
getResourceIdFromRequest () | |
Private Attributes | |
WrapperFactory | $wrapper |
ilTabsGUI | $tabs |
@ilCtrl_IsCalledBy ilResourceOverviewGUI: ilObjFileServicesGUI @ilCtrl_Calls ilResourceOverviewGUI: ilResourceCollectionGUI
Definition at line 41 of file class.ilResourceOverviewGUI.php.
|
final |
Definition at line 69 of file class.ilResourceOverviewGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), ILIAS\Repository\refinery(), ILIAS\Repository\tabs(), and ILIAS\Repository\upload().
|
private |
Definition at line 183 of file class.ilResourceOverviewGUI.php.
References ILIAS\Repository\ctrl(), getResourceIdFromRequest(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
|
final |
Definition at line 97 of file class.ilResourceOverviewGUI.php.
References CMD_DOWNLOAD, CMD_GOTO_RESOURCE, CMD_INDEX, CMD_SHOW_REVISIONS, ILIAS\Repository\ctrl(), download(), index(), and showRevisions().
|
private |
Definition at line 195 of file class.ilResourceOverviewGUI.php.
References ILIAS\Repository\refinery().
Referenced by download(), and showRevisions().
|
private |
Definition at line 115 of file class.ilResourceOverviewGUI.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
|
protected |
ilCtrlException |
Definition at line 88 of file class.ilResourceOverviewGUI.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\tabs().
Referenced by showRevisions().
|
private |
Definition at line 158 of file class.ilResourceOverviewGUI.php.
References getResourceIdFromRequest(), initBackTab(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
|
protected |
Definition at line 63 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 55 of file class.ilResourceOverviewGUI.php.
Definition at line 61 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 59 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 56 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 58 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 65 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 62 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 64 of file class.ilResourceOverviewGUI.php.
|
private |
Definition at line 67 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 57 of file class.ilResourceOverviewGUI.php.
|
protected |
Definition at line 60 of file class.ilResourceOverviewGUI.php.
|
private |
Definition at line 66 of file class.ilResourceOverviewGUI.php.
const ilResourceOverviewGUI::CMD_DOWNLOAD = 'download' |
Definition at line 47 of file class.ilResourceOverviewGUI.php.
Referenced by executeCommand().
const ilResourceOverviewGUI::CMD_GOTO_RESOURCE = 'gotoResource' |
Definition at line 49 of file class.ilResourceOverviewGUI.php.
Referenced by executeCommand().
const ilResourceOverviewGUI::CMD_INDEX = 'index' |
Definition at line 45 of file class.ilResourceOverviewGUI.php.
Referenced by executeCommand().
const ilResourceOverviewGUI::CMD_REMOVE = 'remove' |
Definition at line 46 of file class.ilResourceOverviewGUI.php.
Referenced by ILIAS\components\ResourceStorage\Resources\UI\Actions\OverviewActionGenerator\getRemoveConfirmationModal().
const ilResourceOverviewGUI::CMD_SHOW_REVISIONS = 'showRevisions' |
Definition at line 48 of file class.ilResourceOverviewGUI.php.
Referenced by executeCommand().
const ilResourceOverviewGUI::P_RESOURCE_ID = 'irss_resource_id' |
Definition at line 52 of file class.ilResourceOverviewGUI.php.