19 declare(strict_types=1);
28 switch ($a_action_type) {
45 switch ($a_action_type) {
69 $ilDB = $DIC->database();
71 $query =
'SELECT id, type_id FROM didactic_tpl_a ' .
77 $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)