|
ILIAS
Release_5_0_x_branch Revision 61816
|
Description of class. More...
Inheritance diagram for ilECSCmsTreeCommandQueueHandler:
Collaboration diagram for ilECSCmsTreeCommandQueueHandler:Public Member Functions | |
| __construct (ilECSSetting $server) | |
| Constructor. | |
| getServer () | |
| Get server. | |
| handleCreate (ilECSSetting $server, $a_content_id) | |
| Handle create. | |
| handleDelete (ilECSSetting $server, $a_content_id) | |
| Handle delete. | |
| handleUpdate (ilECSSetting $server, $a_content_id) | |
| Handle update. | |
Private Member Functions | |
| init () | |
| init handler | |
Private Attributes | |
| $server = null | |
| $mid = 0 | |
Description of class.
Definition at line 12 of file class.ilECSCmsTreeCommandQueueHandler.php.
| ilECSCmsTreeCommandQueueHandler::__construct | ( | ilECSSetting | $server | ) |
| ilECSCmsTreeCommandQueueHandler::getServer | ( | ) |
Get server.
Definition at line 31 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $server.
Referenced by handleCreate(), handleDelete(), handleUpdate(), and init().
Here is the caller graph for this function:| ilECSCmsTreeCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle create.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 42 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $GLOBALS, $res, getServer(), ilECSSetting\getServerId(), and ilECSCmsData\lookupObjId().
Here is the call graph for this function:| ilECSCmsTreeCommandQueueHandler::handleDelete | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle delete.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 107 of file class.ilECSCmsTreeCommandQueueHandler.php.
References ilECSNodeMappingAssignments\deleteMappings(), getServer(), and ilECSCmsTree\lookupRootId().
Here is the call graph for this function:| ilECSCmsTreeCommandQueueHandler::handleUpdate | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle update.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 134 of file class.ilECSCmsTreeCommandQueueHandler.php.
References $GLOBALS, $res, ilECSCmsTree\deleteByTreeId(), ilECSCmsData\findDeletedNodes(), getServer(), ilECSSetting\getServerId(), ilECSCmsData\lookupObjId(), ilECSCmsTree\lookupRootId(), and ilECSCmsData\writeAllDeleted().
Here is the call graph for this function:
|
private |
init handler
Definition at line 296 of file class.ilECSCmsTreeCommandQueueHandler.php.
References getServer(), and ilECSParticipantSettings\loookupCmsMid().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 15 of file class.ilECSCmsTreeCommandQueueHandler.php.
|
private |
Definition at line 14 of file class.ilECSCmsTreeCommandQueueHandler.php.
Referenced by __construct(), and getServer().