|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCourseReferencePathInfo. More...
Inheritance diagram for ilCourseReferenceAppEventListener:
Collaboration diagram for ilCourseReferenceAppEventListener:Static Public Member Functions | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle an event in a listener. More... | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle an event in a listener. More... | |
Protected Member Functions | |
| handleUserAssignments ($a_event, $a_parameter) | |
| handleReferences ($a_course_obj_id, $a_usr_id, $a_role_id) | |
Private Member Functions | |
| __construct () | |
| ilCourseReferenceAppEventHandler constructor. More... | |
Private Attributes | |
| $logger = null | |
| $tree = null | |
Static Private Attributes | |
| static | $instance = null |
Class ilCourseReferencePathInfo.
Definition at line 8 of file class.ilCourseReferenceAppEventListener.php.
|
private |
|
static |
Handle an event in a listener.
| 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 107 of file class.ilCourseReferenceAppEventListener.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:
|
protected |
| $a_course_obj_id | |
| $a_usr_id | |
| $a_role_id |
Definition at line 58 of file class.ilCourseReferenceAppEventListener.php.
References ilObject\_getAllReferences(), ilObject\_lookupTitle(), ilLogLevel\DEBUG, ilParticipants\getInstance(), ilCourseReferencePathInfo\getInstanceByRefId(), and IL_CRS_MEMBER.
Referenced by handleUserAssignments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| $a_event | |
| $a_parameter |
Definition at line 35 of file class.ilCourseReferenceAppEventListener.php.
References handleReferences().
Here is the call graph for this function:
|
staticprivate |
Definition at line 10 of file class.ilCourseReferenceAppEventListener.php.
|
private |
Definition at line 15 of file class.ilCourseReferenceAppEventListener.php.
|
private |
Definition at line 18 of file class.ilCourseReferenceAppEventListener.php.