|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Handles delete events from courses and categories. More...
Inheritance diagram for ilContainerReferenceAppEventListener:
Collaboration diagram for ilContainerReferenceAppEventListener:Static Public Member Functions | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle events like create, update, delete. More... | |
| static | deleteReferences ($a_target_id) |
| Delete references. More... | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle an event in a listener. More... | |
Handles delete events from courses and categories.
Definition at line 35 of file class.ilContainerReferenceAppEventListener.php.
|
static |
Delete references.
Definition at line 71 of file class.ilContainerReferenceAppEventListener.php.
References $DIC, $type, ilObject\_getAllReferences(), ilContainerReference\_lookupSourceId(), and ilObjectFactory\getInstanceByRefId().
Referenced by handleEvent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Handle events like create, update, delete.
@access public
| string | $a_component | component, e.g. "Modules/Forum" or "Services/User" |
| string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
| array | $a_parameter | parameter array (assoc), array("name" => ..., "phone_office" => ...) * |
Implements ilAppEventListener.
Definition at line 46 of file class.ilContainerReferenceAppEventListener.php.
References $DIC, and deleteReferences().
Here is the call graph for this function: