|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Handles delete events from courses and categories. More...
Inheritance diagram for ilContainerReferenceAppEventListener:
Collaboration diagram for ilContainerReferenceAppEventListener:Static Public Member Functions | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
| Handle an event in a listener. More... | |
| static | deleteReferences (int $a_target_id) |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
| Handle an event in a listener. More... | |
Handles delete events from courses and categories.
Definition at line 26 of file class.ilContainerReferenceAppEventListener.php.
|
static |
Definition at line 49 of file class.ilContainerReferenceAppEventListener.php.
References $DIC, $ref_id, 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 an event in a listener.
| string | $a_component | component, e.g. "components/ILIAS/Forum" or "components/ILIAS/User" |
| string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
| array<string,mixed> | $a_parameter parameter array (assoc), array("name" => ..., "phone_office" => ...) |
Implements ilAppEventListener.
Definition at line 28 of file class.ilContainerReferenceAppEventListener.php.
References $DIC, and deleteReferences().
Here is the call graph for this function: