|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Repository\Deletion\ObjectInterface:
Collaboration diagram for ILIAS\Repository\Deletion\ObjectInterface:Public Member Functions | |
| getInstanceByRefId (int $ref_id) | |
| delete () | |
| getId () | |
| getType () | |
| getTitle () | |
| getRefId () | |
Definition at line 23 of file ObjectInterface.php.
| ILIAS\Repository\Deletion\ObjectInterface::delete | ( | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.
| ILIAS\Repository\Deletion\ObjectInterface::getId | ( | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.
| ILIAS\Repository\Deletion\ObjectInterface::getInstanceByRefId | ( | int | $ref_id | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.
| ILIAS\Repository\Deletion\ObjectInterface::getRefId | ( | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.
| ILIAS\Repository\Deletion\ObjectInterface::getTitle | ( | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.
| ILIAS\Repository\Deletion\ObjectInterface::getType | ( | ) |
Implemented in ILIAS\Repository\Deletion\ObjectStandardAdapter.