3 declare(strict_types=1);
    14         switch ($a_action_type) {
    31         switch ($a_action_type) {
    55         $ilDB = $DIC->database();
    57         $query = 
'SELECT id, type_id FROM didactic_tpl_a ' .
    63             $actions[] = self::factoryByTypeAndId((
int) $row->id, (
int) $row->type_id);
 
Description of ilDidacticTemplateBlockRoleAction. 
 
Factory for didactic template actions. 
 
static getActionsByTemplateId(int $a_tpl_id)
Get actions of one template. 
 
represents a creation of local roles action 
 
Abstract class for template actions. 
 
static factoryByTypeAndId(int $a_action_id, int $a_action_type)
 
static factoryByType(int $a_action_type)