3 declare(strict_types=1);
27 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
33 public function read(): void
39 $this->
setTitle($this->
lng->txt(
"obj_" . $this->getType() .
"_local"));
43 public function delete():
bool 46 if (!parent::delete()) {
50 $roles = $this->rbac_review->getRolesOfRoleFolder($this->
getRefId());
51 foreach ($roles as $role_id) {
53 $roleObj->setParent($this->
getRefId());
67 $rbacadmin = $DIC[
'rbacadmin'];
70 $roleObj->setTitle($a_title);
71 $roleObj->setDescription($a_desc);
73 if ($a_import_id !=
"") {
75 $roleObj->setImportId((
string) $a_import_id);
80 $rbacadmin->assignRoleToFolder($roleObj->getId(), $this->
getRefId(),
"y");
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=true)
setDescription(string $desc)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
__construct(Container $dic, ilPlugin $plugin)
createRole(string $a_title, string $a_desc, int $a_import_id=0)
creates a local role in current rolefolder (this object)