39 $ilUser = $DIC->user();
49 public function setType(
string $type): void
51 $this->role_type = $type;
58 $rbacreview = $DIC[
'rbacreview'];
59 if ($this->roles === []) {
65 foreach ($this->roles as $role) {
67 if (!empty($this->role_type) && strcasecmp($this->role_type, $role[
"role_type"]) !== 0) {
70 if ($rbacreview->isRoleDeleted($role[
"obj_id"])) {
75 'role_type' => ucwords($role[
"role_type"]),
76 'id' =>
"il_" .
IL_INST_ID .
"_role_" . $role[
"obj_id"]
87 if (is_object($ownerObj)) {
98 "ref_id" => $ownerObj->getRefId(),
99 "type" => $ownerObj->getType()
103 $this->
xmlElement(
'Description',
null, $ownerObj->getDescription());
121 $this->
xmlSetDtdDef(
"<!DOCTYPE Roles PUBLIC \"-//ILIAS//DTD ILIAS Roles//EN\" \"" . ILIAS_HTTP_PATH .
"/components/ILIAS/Export/xml/ilias_role_object_3_10.dtd\">");
122 $this->
xmlSetGenCmt(
"Roles information of ilias system");
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
static _getTranslation(string $a_role_title)
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
xmlHeader()
Writes xml header.
__construct(Container $dic, ilPlugin $plugin)
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlDumpMem(bool $format=true)
Returns xml document from memory.
static appendPathToObject(ilXmlWriter $writer, int $refid)
static __extractRefId(string $role_title)
extract ref id from role title, e.g.