|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCertificateAppEventListener:
Collaboration diagram for ilCertificateAppEventListener:Public Member Functions | |
| __construct (ilDBInterface $db, ilObjectDataCache $objectDataCache, ilLogger $logger) | |
| withComponent (string $component) | |
| withEvent (string $event) | |
| withParameters (array $parameters) | |
| handle () | |
Static Public Member Functions | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
| Handle an event in a listener. More... | |
Protected Member Functions | |
| isLearningAchievementEvent () | |
| isUserDeletedEvent () | |
| isCompletedStudyProgramme () | |
Protected Attributes | |
| ilDBInterface | $db |
| string | $component = '' |
| string | $event = '' |
| array | $parameters = [] |
Private Member Functions | |
| handleLPUpdate () | |
| handleDeletedUser () | |
| processEntry (string $type, int $objectId, int $userId, ilCertificateTemplate $template, ilSetting $settings) | |
| handleCompletedStudyProgramme () | |
Definition at line 29 of file class.ilCertificateAppEventListener.php.
| ilCertificateAppEventListener::__construct | ( | ilDBInterface | $db, |
| ilObjectDataCache | $objectDataCache, | ||
| ilLogger | $logger | ||
| ) |
Definition at line 42 of file class.ilCertificateAppEventListener.php.
References $db, $logger, $objectDataCache, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCertificateAppEventListener::handle | ( | ) |
| IOException |
Definition at line 110 of file class.ilCertificateAppEventListener.php.
References Vendor\Package\$e, handleCompletedStudyProgramme(), handleDeletedUser(), handleLPUpdate(), isCompletedStudyProgramme(), isLearningAchievementEvent(), isUserDeletedEvent(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 328 of file class.ilCertificateAppEventListener.php.
References ILIAS\LTI\ToolProvider\$settings, ilCertificateTemplate\getId(), ilCronConstants\IN_PROGRESS, ilCertificateTemplate\isCurrentlyActive(), and ILIAS\Repository\logger().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| IOException |
Definition at line 274 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\logger().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| string | $a_component | |
| string | $a_event | |
| array | $a_parameter |
| IOException |
Implements ilAppEventListener.
Definition at line 131 of file class.ilCertificateAppEventListener.php.
References $DIC.
|
private |
Definition at line 148 of file class.ilCertificateAppEventListener.php.
References $refId, ILIAS\LTI\ToolProvider\$settings, $type, ilObject\_getAllReferences(), ILIAS\Repository\int(), ILIAS\Repository\logger(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, and processEntry().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\event().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\event().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\event().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 299 of file class.ilCertificateAppEventListener.php.
Referenced by handleLPUpdate().
Here is the caller graph for this function:| ilCertificateAppEventListener::withComponent | ( | string | $component | ) |
Definition at line 56 of file class.ilCertificateAppEventListener.php.
References $component.
| ilCertificateAppEventListener::withEvent | ( | string | $event | ) |
Definition at line 65 of file class.ilCertificateAppEventListener.php.
References $event.
| ilCertificateAppEventListener::withParameters | ( | array | $parameters | ) |
Definition at line 74 of file class.ilCertificateAppEventListener.php.
References $parameters.
|
private |
Definition at line 38 of file class.ilCertificateAppEventListener.php.
|
private |
Definition at line 37 of file class.ilCertificateAppEventListener.php.
|
protected |
Definition at line 34 of file class.ilCertificateAppEventListener.php.
Referenced by withComponent().
|
protected |
Definition at line 31 of file class.ilCertificateAppEventListener.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilCertificateAppEventListener.php.
Referenced by withEvent().
|
private |
Definition at line 33 of file class.ilCertificateAppEventListener.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilCertificateAppEventListener.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilCertificateAppEventListener.php.
Referenced by withParameters().
|
private |
Definition at line 39 of file class.ilCertificateAppEventListener.php.
|
private |
Definition at line 40 of file class.ilCertificateAppEventListener.php.