|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\EmployeeTalk\Metadata\MetadataHandler:
Collaboration diagram for ILIAS\EmployeeTalk\Metadata\MetadataHandler: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) | |
| 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.
| 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.
| 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.
| 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.
|
protected |
Definition at line 110 of file MetadataHandler.php.
| 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.