ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilECSSetting $server) | |
getServer () | |
Get server. More... | |
handleCreate (ilECSSetting $server, $a_content_id) | |
handleDelete (ilECSSetting $server, int $a_content_id) | |
Handle delete. More... | |
handleUpdate (ilECSSetting $server, $a_content_id) | |
Handle update. More... | |
![]() | |
handleCreate (ilECSSetting $server, int $a_content_id) | |
Handle create event. More... | |
handleUpdate (ilECSSetting $server, int $a_content_id) | |
Handle update. More... | |
Private Member Functions | |
init () | |
init handler More... | |
Private Attributes | |
ilLogger | $log |
ilECSSetting | $server = null |
int | $mid = 0 |
Definition at line 23 of file class.ilECSCmsTreeCommandQueueHandler.php.
ilECSCmsTreeCommandQueueHandler::__construct | ( | ilECSSetting | $server | ) |
Definition at line 30 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $DIC, $server, and init().
ilECSCmsTreeCommandQueueHandler::getServer | ( | ) |
Get server.
Definition at line 42 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $server.
Referenced by handleCreate(), handleDelete(), handleUpdate(), and init().
ilECSCmsTreeCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Definition at line 51 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $data, Vendor\Package\$e, $res, ilLogLevel\DEBUG, getServer(), ilECSSetting\getServerId(), and ilECSCmsData\lookupObjId().
ilECSCmsTreeCommandQueueHandler::handleDelete | ( | ilECSSetting | $server, |
int | $a_content_id | ||
) |
Handle delete.
Implements ilECSCommandQueueHandler.
Definition at line 112 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $data, ilECSNodeMappingAssignments\deleteMappings(), getServer(), and ilECSCmsTree\lookupRootId().
ilECSCmsTreeCommandQueueHandler::handleUpdate | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Handle update.
Definition at line 136 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $data, Vendor\Package\$e, $res, ilLogLevel\DEBUG, ilECSCmsTree\deleteByTreeId(), ilECSCmsData\findDeletedNodes(), getServer(), ilECSSetting\getServerId(), ilECSCmsData\lookupObjId(), ilECSCmsTree\lookupRootId(), and ilECSCmsData\writeAllDeleted().
|
private |
init handler
Definition at line 287 of file class.ilECSCmsTreeCommandQueueHandler.php.
References ilECSParticipantSettings\getInstanceByServerId(), and getServer().
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilECSCmsTreeCommandQueueHandler.php.
|
private |
Definition at line 28 of file class.ilECSCmsTreeCommandQueueHandler.php.
|
private |
Definition at line 27 of file class.ilECSCmsTreeCommandQueueHandler.php.
Referenced by __construct(), and getServer().