ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
beforeMoveToTrash (int $ref_id, array $subnodes) | |
afterMoveToTrash (int $ref_id, int $old_parent_ref_id) | |
beforeSubtreeRemoval (int $obj_id) | |
beforeObjectRemoval (int $obj_id, int $ref_id, string $type, string $title) | |
failedRemoval (int $obj_id, int $ref_id, string $type, string $title, string $message) | |
afterObjectRemoval (int $obj_id, int $ref_id, string $type, int $old_parent_ref_id) | |
afterTreeDeletion (int $tree_id, int $child) | |
Definition at line 23 of file EventInterface.php.
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
ILIAS\Repository\Deletion\EventInterface::afterObjectRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
int | $old_parent_ref_id | ||
) |
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
ILIAS\Repository\Deletion\EventInterface::beforeMoveToTrash | ( | int | $ref_id, |
array | $subnodes | ||
) |
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
ILIAS\Repository\Deletion\EventInterface::beforeObjectRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
string | $title | ||
) |
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
ILIAS\Repository\Deletion\EventInterface::beforeSubtreeRemoval | ( | int | $obj_id | ) |
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.
ILIAS\Repository\Deletion\EventInterface::failedRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
string | $title, | ||
string | $message | ||
) |
Implemented in ILIAS\Repository\Deletion\EventStandardAdapter.