ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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) | |
Definition at line 23 of file MetadataHandlerInterface.php.
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface::attachSelectionToForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
\ilPropertyFormGUI | $form | ||
) |
Implemented in ILIAS\EmployeeTalk\Metadata\MetadataHandler.
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface::copyValues | ( | string | $from_type, |
int | $from_id, | ||
string | $to_type, | ||
int | $to_id, | ||
string | $subtype | ||
) |
Implemented in ILIAS\EmployeeTalk\Metadata\MetadataHandler.
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface::getDisabledEditForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id | ||
) |
Implemented in ILIAS\EmployeeTalk\Metadata\MetadataHandler.
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface::getEditForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
string | $form_action, | ||
string | $submit_command, | ||
string | $submit_label | ||
) |
Implemented in ILIAS\EmployeeTalk\Metadata\MetadataHandler.
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface::saveSelectionFromForm | ( | string | $type, |
int | $id, | ||
string | $subtype, | ||
int | $sub_id, | ||
\ilPropertyFormGUI | $form | ||
) |
Implemented in ILIAS\EmployeeTalk\Metadata\MetadataHandler.