|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface:
Collaboration diagram for ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface: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.