|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilMDCopyrightUsageGUI:Public Member Functions | |
| __construct (int $a_entry_id) | |
| ilMDCopyrightUsageGUI constructor. More... | |
| executeCommand () | |
| showUsageTable () | |
| Sho usage table. More... | |
| getEntryId () | |
Data Fields | |
| const | DEFAULT_CMD = 'showUsageTable' |
Protected Member Functions | |
| applyUsageFilter () | |
| Apply filter. More... | |
| resetUsageFilter () | |
| Reset filter. More... | |
| setTabs () | |
| Set tabs. More... | |
Protected Attributes | |
| $entry_id | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $tabs = null | |
@ilCtrl_Calls ilMDCopyrightUsageGUI: ilPublicUserProfileGUI
Definition at line 11 of file class.ilMDCopyrightUsageGUI.php.
| ilMDCopyrightUsageGUI::__construct | ( | int | $a_entry_id | ) |
ilMDCopyrightUsageGUI constructor.
| int | $a_entry_id |
Definition at line 45 of file class.ilMDCopyrightUsageGUI.php.
References $DIC.
|
protected |
Apply filter.
Definition at line 121 of file class.ilMDCopyrightUsageGUI.php.
| ilMDCopyrightUsageGUI::executeCommand | ( | ) |
Definition at line 61 of file class.ilMDCopyrightUsageGUI.php.
References $_GET, setTabs(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMDCopyrightUsageGUI::getEntryId | ( | ) |
Definition at line 113 of file class.ilMDCopyrightUsageGUI.php.
References $entry_id.
|
protected |
Reset filter.
Definition at line 138 of file class.ilMDCopyrightUsageGUI.php.
|
protected |
Set tabs.
Definition at line 155 of file class.ilMDCopyrightUsageGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMDCopyrightUsageGUI::showUsageTable | ( | ) |
Sho usage table.
Definition at line 88 of file class.ilMDCopyrightUsageGUI.php.
References $DIC, $lng, $tabs, and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilMDCopyrightUsageGUI.php.
|
protected |
Definition at line 19 of file class.ilMDCopyrightUsageGUI.php.
Referenced by getEntryId().
|
protected |
Definition at line 34 of file class.ilMDCopyrightUsageGUI.php.
Referenced by showUsageTable().
|
protected |
Definition at line 39 of file class.ilMDCopyrightUsageGUI.php.
Referenced by showUsageTable().
|
protected |
Definition at line 24 of file class.ilMDCopyrightUsageGUI.php.
| const ilMDCopyrightUsageGUI::DEFAULT_CMD = 'showUsageTable' |
Definition at line 13 of file class.ilMDCopyrightUsageGUI.php.