ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected InternalDomainService $domain,) | |
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) | |
Protected Attributes | |
ilLogger | $log |
ilAppEventHandler | $event_handler |
Definition at line 25 of file EventStandardAdapter.php.
ILIAS\Repository\Deletion\EventStandardAdapter::__construct | ( | protected InternalDomainService | $domain | ) |
Definition at line 30 of file EventStandardAdapter.php.
ILIAS\Repository\Deletion\EventStandardAdapter::afterMoveToTrash | ( | int | $ref_id, |
int | $old_parent_ref_id | ||
) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 44 of file EventStandardAdapter.php.
References ilObject\_lookupObjId().
ILIAS\Repository\Deletion\EventStandardAdapter::afterObjectRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
int | $old_parent_ref_id | ||
) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 101 of file EventStandardAdapter.php.
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 119 of file EventStandardAdapter.php.
ILIAS\Repository\Deletion\EventStandardAdapter::beforeMoveToTrash | ( | int | $ref_id, |
array | $subnodes | ||
) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 37 of file EventStandardAdapter.php.
References ilECSObjectSettings\_handleDelete().
ILIAS\Repository\Deletion\EventStandardAdapter::beforeObjectRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
string | $title | ||
) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 71 of file EventStandardAdapter.php.
ILIAS\Repository\Deletion\EventStandardAdapter::beforeSubtreeRemoval | ( | int | $obj_id | ) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 60 of file EventStandardAdapter.php.
References ilChangeEvent\_recordWriteEvent(), and null.
ILIAS\Repository\Deletion\EventStandardAdapter::failedRemoval | ( | int | $obj_id, |
int | $ref_id, | ||
string | $type, | ||
string | $title, | ||
string | $message | ||
) |
Implements ILIAS\Repository\Deletion\EventInterface.
Definition at line 85 of file EventStandardAdapter.php.
|
protected |
Definition at line 28 of file EventStandardAdapter.php.
|
protected |
Definition at line 27 of file EventStandardAdapter.php.