|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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.