3declare(strict_types=1);
 
   27    public function __construct(
int $a_id = 0, 
bool $a_call_by_reference = 
false)
 
   50    public function delete(): 
bool 
   54        $this->rbac_admin->deleteTemplate($this->
getId());
 
   57        return parent::delete();
 
   62        if (substr($this->
getTitle(), 0, 3) == 
"il_") {
 
   75            case "il_grp_status_closed":
 
   76            case "il_grp_status_open":
 
   77                $obj_data = $this->obj_definition->getSubObjects(
'grp', 
false);
 
   78                unset($obj_data[
"rolf"]);
 
   79                $filter = array_keys($obj_data);
 
   86            case "il_crs_non_member":
 
   87                $obj_data = $this->obj_definition->getSubObjects(
'crs', 
false);
 
   88                unset($obj_data[
"rolf"]);
 
   89                $filter = array_keys($obj_data);
 
   92            case "il_frm_moderator":
 
   95            case "il_chat_moderator":
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(int $a_id=0, bool $a_call_by_reference=false)
 
getPresentationTitle()
get presentation title Normally same as title Overwritten for sessions
 
getFilterOfInternalTemplate()
 
static _getTranslation(string $a_role_title)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getUntranslatedTitle()
Get untranslated object title WebDAV needs to access the untranslated title of an object.
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc