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