ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getEditForm (string $type, int $id, string $subtype, int $sub_id, string $form_action, string $submit_command, string $submit_label) | |
getDisabledEditForm (string $type, int $id, string $subtype, int $sub_id) | |
copyValues (string $from_type, int $from_id, string $to_type, int $to_id, string $subtype) | |
attachSelectionToForm (string $type, int $id, string $subtype, int $sub_id, \ilPropertyFormGUI $form) | |
saveSelectionFromForm (string $type, int $id, string $subtype, int $sub_id, \ilPropertyFormGUI $form) | |
Protected Member Functions | |
initMetaData (string $type, int $id, string $subtype, int $sub_id, int $mode) | |
Definition at line 23 of file MetadataHandler.php.
ILIAS\EmployeeTalk\Metadata\MetadataHandler::attachSelectionToForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
\ilPropertyFormGUI | $form | ||
) |
Implements ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface.
Definition at line 86 of file MetadataHandler.php.
References ILIAS\EmployeeTalk\Metadata\MetadataHandler\initMetaData(), and ilAdvancedMDRecordGUI\MODE_REC_SELECTION.
ILIAS\EmployeeTalk\Metadata\MetadataHandler::copyValues | ( | string | $from_type, |
int | $from_id, | ||
string | $to_type, | ||
int | $to_id, | ||
string | $subtype | ||
) |
Implements ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface.
Definition at line 48 of file MetadataHandler.php.
References ilAdvancedMDValues\_cloneValues(), ilAdvancedMDRecord\_getSelectedRecordsByObject(), ilAdvancedMDRecord\getObjRecSelection(), and ilAdvancedMDRecord\saveObjRecSelection().
ILIAS\EmployeeTalk\Metadata\MetadataHandler::getDisabledEditForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id | ||
) |
Implements ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface.
Definition at line 38 of file MetadataHandler.php.
References ILIAS\EmployeeTalk\Metadata\MetadataHandler\initMetaData(), and ilAdvancedMDRecordGUI\MODE_EDITOR.
ILIAS\EmployeeTalk\Metadata\MetadataHandler::getEditForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
string | $form_action, | ||
string | $submit_command, | ||
string | $submit_label | ||
) |
Implements ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface.
Definition at line 25 of file MetadataHandler.php.
References ILIAS\EmployeeTalk\Metadata\MetadataHandler\initMetaData(), and ilAdvancedMDRecordGUI\MODE_EDITOR.
|
protected |
Definition at line 110 of file MetadataHandler.php.
Referenced by ILIAS\EmployeeTalk\Metadata\MetadataHandler\attachSelectionToForm(), ILIAS\EmployeeTalk\Metadata\MetadataHandler\getDisabledEditForm(), ILIAS\EmployeeTalk\Metadata\MetadataHandler\getEditForm(), and ILIAS\EmployeeTalk\Metadata\MetadataHandler\saveSelectionFromForm().
ILIAS\EmployeeTalk\Metadata\MetadataHandler::saveSelectionFromForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
\ilPropertyFormGUI | $form | ||
) |
Implements ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface.
Definition at line 98 of file MetadataHandler.php.
References ILIAS\EmployeeTalk\Metadata\MetadataHandler\initMetaData(), and ilAdvancedMDRecordGUI\MODE_REC_SELECTION.