19declare(strict_types=1);
Interface for all command queue handler classes.
handleDelete(ilECSSetting $server, int $a_content_id)
Handle delete action.
handleUpdate(ilECSSetting $server, int $a_content_id)
Handle update.
handleCreate(ilECSSetting $server, int $a_content_id)
Handle create event.