| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Repository\Deletion\EventStandardAdapter:
 Collaboration diagram for ILIAS\Repository\Deletion\EventStandardAdapter: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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| 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.