ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
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 24 of file class.ilECSCmsTreeCommandQueueHandler.php.
ilECSCmsTreeCommandQueueHandler::__construct | ( | ilECSSetting | $server | ) |
Definition at line 31 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $DIC, $server, init(), and ILIAS\UI\examples\Progress\Bar\server().
ilECSCmsTreeCommandQueueHandler::getServer | ( | ) |
Get server.
Definition at line 43 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $server.
Referenced by handleCreate(), handleDelete(), handleUpdate(), and init().
ilECSCmsTreeCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Definition at line 52 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 113 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 137 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 288 of file class.ilECSCmsTreeCommandQueueHandler.php.
References ilECSParticipantSettings\getInstanceByServerId(), and getServer().
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilECSCmsTreeCommandQueueHandler.php.
|
private |
Definition at line 29 of file class.ilECSCmsTreeCommandQueueHandler.php.
|
private |
Definition at line 28 of file class.ilECSCmsTreeCommandQueueHandler.php.
Referenced by __construct(), and getServer().