|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilCertificateAppEventListener:
Collaboration diagram for ilCertificateAppEventListener:Public Member Functions | |
| __construct (private readonly UserCertificateApiInterface $user_certificate_api, private readonly ilDBInterface $db, private readonly ilObjectDataCache $objectDataCache, private readonly 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) |
| Handle an event in a listener. More... | |
Protected Member Functions | |
| isLearningAchievementEvent () | |
| isUserDeletedEvent () | |
Private Member Functions | |
| handleLPUpdate () | |
| handleDeletedUser () | |
Private Attributes | |
| string | $component = '' |
| string | $event = '' |
| array | $parameters = [] |
| readonly ilCertificateQueueRepository | $certificateQueueRepository |
| readonly ilCertificateTemplateRepository | $templateRepository |
| readonly ilUserCertificateRepository | $userCertificateRepository |
Definition at line 24 of file class.ilCertificateAppEventListener.php.
| ilCertificateAppEventListener::__construct | ( | private readonly UserCertificateApiInterface | $user_certificate_api, |
| private readonly ilDBInterface | $db, | ||
| private readonly ilObjectDataCache | $objectDataCache, | ||
| private readonly ilLogger | $logger | ||
| ) |
Definition at line 35 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\logger().
Here is the call graph for this function:| ilCertificateAppEventListener::handle | ( | ) |
| IOException |
Definition at line 95 of file class.ilCertificateAppEventListener.php.
References Vendor\Package\$e, handleDeletedUser(), handleLPUpdate(), isLearningAchievementEvent(), isUserDeletedEvent(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 209 of file class.ilCertificateAppEventListener.php.
References ILIAS\Repository\int(), and ILIAS\Repository\logger().
Referenced by handle().
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. "Modules/Forum" or "Services/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 108 of file class.ilCertificateAppEventListener.php.
References $DIC.
|
private |
Definition at line 126 of file class.ilCertificateAppEventListener.php.
References Vendor\Package\$e, $refId, ilObject\_getAllReferences(), ILIAS\Repository\int(), ILIAS\Repository\logger(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, and ILIAS\Repository\objectDataCache().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 76 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 84 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:| ilCertificateAppEventListener::withComponent | ( | string | $component | ) |
Definition at line 46 of file class.ilCertificateAppEventListener.php.
References $component.
| ilCertificateAppEventListener::withEvent | ( | string | $event | ) |
Definition at line 55 of file class.ilCertificateAppEventListener.php.
References $event.
| ilCertificateAppEventListener::withParameters | ( | array | $parameters | ) |
| array<string,mixed> | $parameters |
Definition at line 67 of file class.ilCertificateAppEventListener.php.
References $parameters.
|
private |
Definition at line 31 of file class.ilCertificateAppEventListener.php.
|
private |
Definition at line 26 of file class.ilCertificateAppEventListener.php.
Referenced by withComponent().
|
private |
Definition at line 27 of file class.ilCertificateAppEventListener.php.
Referenced by withEvent().
|
private |
Definition at line 29 of file class.ilCertificateAppEventListener.php.
Referenced by withParameters().
|
private |
Definition at line 32 of file class.ilCertificateAppEventListener.php.
|
private |
Definition at line 33 of file class.ilCertificateAppEventListener.php.