| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilMDCopyrightSelectionGUI:
 Collaboration diagram for ilMDCopyrightSelectionGUI:| Public Member Functions | |
| __construct ($a_mode, $a_rbac_id, $a_obj_id) | |
| Constructor. | |
| fillTemplate () | |
| parse | |
| Data Fields | |
| const | MODE_QUICKEDIT = 1 | 
| const | MODE_EDIT = 2 | 
| Protected Attributes | |
| $tpl | |
| $lng | |
| $settings | |
| Private Attributes | |
| $mode | |
| $rbac_id | |
| $obj_id | |
Definition at line 36 of file class.ilMDCopyrightSelectionGUI.php.
| ilMDCopyrightSelectionGUI::__construct | ( | $a_mode, | |
| $a_rbac_id, | |||
| $a_obj_id | |||
| ) | 
Constructor.
public
Definition at line 54 of file class.ilMDCopyrightSelectionGUI.php.
References $lng, $tpl, and ilMDSettings\_getInstance().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMDCopyrightSelectionGUI::fillTemplate | ( | ) | 
parse
public
Definition at line 74 of file class.ilMDCopyrightSelectionGUI.php.
References ilMDCopyrightSelectionEntry\_extractEntryId(), ilMDCopyrightSelectionEntry\_getEntries(), ilMDRights\_lookupDescription(), and ilUtil\prepareFormOutput().
Referenced by ilMDEditorGUI\listQuickEdit_scorm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 42 of file class.ilMDCopyrightSelectionGUI.php.
Referenced by __construct().
| 
 | private | 
Definition at line 45 of file class.ilMDCopyrightSelectionGUI.php.
| 
 | private | 
Definition at line 47 of file class.ilMDCopyrightSelectionGUI.php.
| 
 | private | 
Definition at line 46 of file class.ilMDCopyrightSelectionGUI.php.
| 
 | protected | 
Definition at line 43 of file class.ilMDCopyrightSelectionGUI.php.
| 
 | protected | 
Definition at line 41 of file class.ilMDCopyrightSelectionGUI.php.
Referenced by __construct().
| const ilMDCopyrightSelectionGUI::MODE_EDIT = 2 | 
Definition at line 39 of file class.ilMDCopyrightSelectionGUI.php.
| const ilMDCopyrightSelectionGUI::MODE_QUICKEDIT = 1 | 
Definition at line 38 of file class.ilMDCopyrightSelectionGUI.php.
Referenced by ilMDEditorGUI\listQuickEdit_scorm().