ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($a_id=0, $a_call_by_reference=false) | |
Constructor public. More... | |
validate () | |
Validate role data. More... | |
getPresentationTitle () | |
return translated title for autogenerated roles More... | |
toggleAssignUsersStatus ($a_assign_users) | |
getAssignUsersStatus () | |
read () | |
loads "role" from database private More... | |
assignData ($a_data) | |
loads a record "role" from array public More... | |
update () | |
updates a record "role" and write it into database public More... | |
create () | |
create More... | |
setAllowRegister ($a_allow_register) | |
set allow_register of role More... | |
getAllowRegister () | |
get allow_register More... | |
setDiskQuota ($a_disk_quota) | |
Sets the minimal disk quota imposed by this role. More... | |
getDiskQuota () | |
Gets the minimal disk quota imposed by this role. More... | |
setPersonalWorkspaceDiskQuota ($a_disk_quota) | |
Sets the minimal personal workspace disk quota imposed by this role. More... | |
getPersonalWorkspaceDiskQuota () | |
Gets the minimal personal workspace disk quota imposed by this role. More... | |
setParent ($a_parent_ref) | |
set reference id of parent object this is neccessary for non RBAC protected objects!!! More... | |
getParent () | |
get reference id of parent object More... | |
delete () | |
delete role and all related data More... | |
getCountMembers () | |
__getPermissionDefinitions () | |
changeExistingObjects ($a_start_node, $a_mode, $a_filter, $a_exclusion_filter=array()) | |
Change existing objects. More... | |
Public Member Functions inherited from ilObject | |
__construct ($a_id=0, $a_reference=true) | |
Constructor public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read () | |
read object data from db into object More... | |
getId () | |
get object id public More... | |
setId ($a_id) | |
set object id public More... | |
setRefId ($a_id) | |
set reference id public More... | |
getRefId () | |
get reference id public More... | |
getType () | |
get object type public More... | |
setType ($a_type) | |
set object type public More... | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
get object title public More... | |
getUntranslatedTitle () | |
get untranslated object title public More... | |
setTitle ($a_title) | |
set object title More... | |
getDescription () | |
get object description More... | |
setDescription ($a_desc) | |
set object description More... | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
get import id More... | |
setImportId ($a_import_id) | |
set import id More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
setOwner ($a_owner) | |
set object owner More... | |
getCreateDate () | |
get create date public More... | |
getLastUpdateDate () | |
get last update date public More... | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. More... | |
create () | |
create More... | |
update () | |
update object in db More... | |
MDUpdateListener ($a_element) | |
Meta data update listener. More... | |
createMetaData () | |
create meta data entry More... | |
updateMetaData () | |
update meta data entry More... | |
deleteMetaData () | |
delete meta data entry More... | |
updateOwner () | |
update owner of object in db More... | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? More... | |
setPermissions ($a_parent_ref) | |
set permissions of object More... | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
count references of object More... | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public More... | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. More... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. More... | |
cloneMetaData ($target_obj) | |
Copy meta data. More... | |
getPossibleSubObjects ($a_filter=true) | |
get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
static | createDefaultRole ($a_title, $a_description, $a_tpl_name, $a_ref_id) |
static | _getAssignUsersStatus ($a_role_id) |
static | _lookupRegisterAllowed () |
get all roles that are activated in user registration More... | |
static | _lookupAllowRegister ($a_role_id) |
check whether role is allowed in user registration or not More... | |
static | _getTranslation ($a_role_title) |
static | _removeObjectId ($a_role_title) |
static | _updateAuthMode ($a_roles) |
static | _getAuthMode ($a_role_id) |
static | _getRolesByAuthMode ($a_auth_mode) |
Get roles by auth mode. More... | |
static | _resetAuthMode ($a_auth_mode) |
Reset auth mode to default. More... | |
static | isAutoGenerated ($a_role_id) |
Static Public Member Functions inherited from ilObject | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _lookupOwnerName ($a_owner_id) |
lookup owner name for owner id More... | |
static | _getIdForImportId ($a_import_id) |
get current object id for import id (static) More... | |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | _lookupOwner ($a_id) |
lookup object owner More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupLastUpdate ($a_id, $a_as_string=false) |
lookup last update More... | |
static | _getLastUpdateOfObjects ($a_objs) |
Get last update for a set of media objects. More... | |
static | _lookupObjId ($a_id) |
static | _setDeletedDate ($a_ref_id) |
only called in ilTree::saveSubTree More... | |
static | setDeletedDates ($a_ref_ids) |
Set deleted date type $ilDB. More... | |
static | _resetDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _lookupDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _writeTitle ($a_obj_id, $a_title) |
write title to db (static) More... | |
static | _writeDescription ($a_obj_id, $a_desc) |
write description to db (static) More... | |
static | _writeImportId ($a_obj_id, $a_import_id) |
write import id to db (static) More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _isInTrash ($a_ref_id) |
checks wether object is in trash More... | |
static | _hasUntrashedReference ($a_obj_id) |
checks wether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _getObjectsDataForType ($a_type, $a_omit_trash=false) |
get all objects of a certain type More... | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. More... | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. More... | |
static | _getIcon ( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. More... | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. More... | |
static | fixMissingTitles ($a_type, array &$a_obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate ($a_id) |
Lookup creation date. More... | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. More... | |
Data Fields | |
const | MODE_PROTECTED_DELETE_LOCAL_POLICIES = 1 |
const | MODE_PROTECTED_KEEP_LOCAL_POLICIES = 2 |
const | MODE_UNPROTECTED_DELETE_LOCAL_POLICIES = 3 |
const | MODE_UNPROTECTED_KEEP_LOCAL_POLICIES = 4 |
$parent | |
$allow_register | |
$assign_users | |
$disk_quota | |
The disk quota in bytes. More... | |
$wsp_disk_quota | |
Data Fields inherited from ilObject | |
const | TITLE_LENGTH = 255 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
Protected Member Functions | |
deleteLocalPolicies ($a_start, $a_policies, $a_filter) | |
Delete local policies. More... | |
adjustPermissions ($a_mode, $a_nodes, $a_policies, $a_filter, $a_exclusion_filter=array()) | |
Adjust permissions. More... | |
isHandledObjectType ($a_filter, $a_exclusion_filter, $a_type) | |
Check if type is filterer. More... | |
updateOperationStack (&$a_stack, $a_node, $a_init=false) | |
Update operation stack. More... | |
updatePolicyStack (&$a_stack, $a_node) | |
Update policy stack. More... | |
createPermissionIntersection ($policy_stack, $a_current_ops, $a_id, $a_type) | |
Create course group permission intersection. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilObject | |
$objDefinition | |
$db | |
$log | |
$error | |
$tree | |
$app_event_handler | |
$rbacadmin | |
$rbacreview | |
ilObjRole::__construct | ( | $a_id = 0 , |
|
$a_call_by_reference = false |
|||
) |
Constructor public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 44 of file class.ilObjRole.php.
ilObjRole::__getPermissionDefinitions | ( | ) |
Definition at line 572 of file class.ilObjRole.php.
References $ilDB, $info, ilObject\$lng, ilObject\$objDefinition, ilObject\$rbacreview, $txt, array, and ilObjectPlugin\lookupTxtById().
|
static |
Definition at line 138 of file class.ilObjRole.php.
References $ilDB, $query, $res, and $row.
Referenced by ilRbacReview\getGlobalAssignableRoles(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilSoapUserAdministration\importUsers(), ilObjUserFolderGUI\importUsersObject(), ilObjUserGUI\initCreate(), and ilSoapUserAdministration\isPermittedRole().
|
static |
|
static |
Get roles by auth mode.
public
string | auth mode |
Definition at line 540 of file class.ilObjRole.php.
References $ilDB, $query, $res, $row, and array.
Referenced by ilRadiusSettings\read().
|
static |
Definition at line 484 of file class.ilObjRole.php.
References ilObject\$lng.
Referenced by ilDclTableViewEditFormGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilObjRoleGUI\addLocatorItems(), ilObjRoleGUI\adoptPermObject(), ilObjRoleFolderGUI\confirmDeleteObject(), ilObjectRolePermissionTableGUI\createTitle(), ilObjBlog\getAllLocalRoles(), ilObjectPermissionStatusGUI\getAssignedValidRoles(), ilObjectPermissionStatusGUI\getAvailableRolesTableData(), ilObjCourse\getLocalCourseRoles(), ilObjGroup\getLocalGroupRoles(), ilObjGroupGUI\getLocalRoles(), ilObjCourseGUI\getLocalRoles(), ilSessionParticipantsTableGUI\getParentLocalRoles(), getPresentationTitle(), ilLTIProviderObjectSettingGUI\getRoleSelection(), ilObjBlog\getRolesWithContributeOrRedact(), ilSettingsPermissionGUI\initPermissionForm(), ilPermissionGUI\initRoleForm(), ilRoleSelectionTableGUI\parse(), ilRoleTableGUI\parse(), ilObjUserGUI\roleassignmentObject(), ilPermissionGUI\showConfirmBlockRole(), and ilSoapRoleObjectXMLWriter\start().
|
static |
check whether role is allowed in user registration or not
int | $a_role_id | role id |
Definition at line 350 of file class.ilObjRole.php.
References $ilDB, $query, and $res.
Referenced by ilRegistrationSettingsGUI\editRoles(), and ilAccountRegistrationGUI\saveForm().
|
static |
get all roles that are activated in user registration
public
Definition at line 325 of file class.ilObjRole.php.
References $ilDB, $query, $res, and array.
Referenced by ilRegistrationSettingsGUI\__prepareAccessLimitationRoleList(), ilRegistrationSettingsGUI\__prepareRoleList(), ilUserProfile\addStandardFieldsToForm(), ilObjAuthSettingsGUI\authSettingsObject(), ilRegistrationSettingsGUI\editRoleAccessLimitations(), and ilRegistrationSettingsGUI\saveRoleAccessLimitations().
|
static |
Definition at line 497 of file class.ilObjRole.php.
Referenced by ilObjectRolePermissionTableGUI\createTitle(), and ilObjectPermissionStatusGUI\getAvailableRolesTableData().
|
static |
Reset auth mode to default.
public
string | auth mode |
Definition at line 562 of file class.ilObjRole.php.
References $ilDB, $query, and $res.
Referenced by ilRadiusSettings\save().
|
static |
Definition at line 509 of file class.ilObjRole.php.
References $ilDB, $query, and $res.
Referenced by ilRadiusSettings\save(), and ilObjAuthSettingsGUI\updateAuthRolesObject().
|
protected |
Adjust permissions.
int | $a_mode | |
array | $a_nodes | array of nodes |
array | $a_policies | array of object ref ids |
array | $a_exclusion_filter | of object types. |
Definition at line 677 of file class.ilObjRole.php.
References $GLOBALS, ilObject\$rbacadmin, ilObject\$rbacreview, ilObject\$tree, ilRbacLog\add(), array, createPermissionIntersection(), ilRbacLog\diffFaPa(), ilRbacLog\EDIT_TEMPLATE_EXISTING, ilRbacLog\gatherFaPa(), ilObject\getId(), ilRbacLog\isActive(), isHandledObjectType(), ilTree\RELATION_CHILD, ilTree\RELATION_EQUALS, ilTree\RELATION_NONE, ilTree\RELATION_PARENT, ilTree\RELATION_SIBLING, updateOperationStack(), and updatePolicyStack().
Referenced by changeExistingObjects().
ilObjRole::assignData | ( | $a_data | ) |
loads a record "role" from array public
array | roledata |
Definition at line 178 of file class.ilObjRole.php.
References setAllowRegister(), ilObject\setDescription(), setDiskQuota(), setPersonalWorkspaceDiskQuota(), ilObject\setTitle(), ilUtil\stripSlashes(), and toggleAssignUsersStatus().
Referenced by read().
ilObjRole::changeExistingObjects | ( | $a_start_node, | |
$a_mode, | |||
$a_filter, | |||
$a_exclusion_filter = array() |
|||
) |
Change existing objects.
int | $a_start_node | |
int | $a_mode | |
array | filter Filter of object types (array('all') => change all objects |
Definition at line 613 of file class.ilObjRole.php.
References ilObject\$rbacreview, ilObject\$tree, adjustPermissions(), array, deleteLocalPolicies(), and ilObject\getId().
ilObjRole::create | ( | ) |
create
public
Definition at line 218 of file class.ilObjRole.php.
References ilObject\$id, $ilDB, $query, $res, getAllowRegister(), getAssignUsersStatus(), getDiskQuota(), and getPersonalWorkspaceDiskQuota().
|
static |
type | $a_title | |
type | $a_description | |
type | $a_tpl_name | |
type | $a_ref_id |
Definition at line 60 of file class.ilObjRole.php.
References $GLOBALS, $ilDB, $res, $row, ilObject\_lookupType(), and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjChatroom\createDefaultRole(), ilObjSession\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjBlog\initDefaultRoles(), ilObjGroup\initDefaultRoles(), ilObjCourse\initDefaultRoles(), and ilIndividualAssessmentAccessHandler\initDefaultRolesForObject().
|
protected |
Create course group permission intersection.
array | operation stack | |
int | $a_id | |
string | $a_type |
Definition at line 901 of file class.ilObjRole.php.
References $a_type, $GLOBALS, $ilDB, $query, ilObject\$rbacadmin, ilObject\$rbacreview, $res, $row, $template_id, ilObject\$type, ilObject\_lookupObjId(), ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), GRP_TYPE_CLOSED, GRP_TYPE_OPEN, and ilObjGroup\lookupGroupTye().
Referenced by adjustPermissions().
ilObjRole::delete | ( | ) |
delete role and all related data
public
Definition at line 396 of file class.ilObjRole.php.
References $ilDB, $query, ilObject\$rbacadmin, ilObject\$rbacreview, $res, $users, ilLDAPRoleGroupMappingSettings\_deleteByRole(), ilObjUser\_lookupLogin(), array, ilObject\getId(), ilLoggerFactory\getLogger(), and getParent().
|
protected |
Delete local policies.
array | $a_policies | array of object ref ids that define local policies |
Definition at line 650 of file class.ilObjRole.php.
References ilObject\$rbacadmin, ilObject\$rbacreview, ilObject\_lookupObjId(), ilObject\_lookupType(), array, and ilObject\getId().
Referenced by changeExistingObjects().
ilObjRole::getAllowRegister | ( | ) |
get allow_register
public
Definition at line 259 of file class.ilObjRole.php.
Referenced by create(), and ilObjRoleGUI\readRoleProperties().
ilObjRole::getAssignUsersStatus | ( | ) |
Definition at line 133 of file class.ilObjRole.php.
Referenced by create(), ilObjRoleGUI\readRoleProperties(), and update().
ilObjRole::getCountMembers | ( | ) |
ilObjRole::getDiskQuota | ( | ) |
Gets the minimal disk quota imposed by this role.
Returns the minimal disk quota in bytes. The default value is 0.
public
Definition at line 286 of file class.ilObjRole.php.
References $disk_quota.
Referenced by create(), ilObjRoleGUI\readRoleProperties(), and update().
ilObjRole::getParent | ( | ) |
get reference id of parent object
public
Definition at line 384 of file class.ilObjRole.php.
References $parent.
Referenced by delete().
ilObjRole::getPersonalWorkspaceDiskQuota | ( | ) |
Gets the minimal personal workspace disk quota imposed by this role.
Returns the minimal disk quota in bytes. The default value is 0.
public
Definition at line 314 of file class.ilObjRole.php.
References $wsp_disk_quota.
Referenced by create(), ilObjRoleGUI\readRoleProperties(), and update().
ilObjRole::getPresentationTitle | ( | ) |
return translated title for autogenerated roles
Definition at line 124 of file class.ilObjRole.php.
References _getTranslation(), and ilObject\getTitle().
|
static |
Definition at line 601 of file class.ilObjRole.php.
References ilObject\_lookupTitle().
Referenced by ilObjRoleGUI\initFormRoleProperties().
|
protected |
Check if type is filterer.
array | $a_filter | |
string | $a_type |
Definition at line 811 of file class.ilObjRole.php.
References $a_type.
Referenced by adjustPermissions().
ilObjRole::read | ( | ) |
loads "role" from database private
Definition at line 154 of file class.ilObjRole.php.
References $data, $ilDB, $query, $res, and assignData().
Referenced by update().
ilObjRole::setAllowRegister | ( | $a_allow_register | ) |
set allow_register of role
public
integer |
Definition at line 244 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::setDiskQuota | ( | $a_disk_quota | ) |
Sets the minimal disk quota imposed by this role.
The minimal disk quota is specified in bytes.
public
integer |
Definition at line 272 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::setParent | ( | $a_parent_ref | ) |
set reference id of parent object this is neccessary for non RBAC protected objects!!!
public
integer | ref_id of parent object |
Definition at line 373 of file class.ilObjRole.php.
ilObjRole::setPersonalWorkspaceDiskQuota | ( | $a_disk_quota | ) |
Sets the minimal personal workspace disk quota imposed by this role.
The minimal disk quota is specified in bytes.
public
integer |
Definition at line 300 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::toggleAssignUsersStatus | ( | $a_assign_users | ) |
Definition at line 129 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::update | ( | ) |
updates a record "role" and write it into database public
Definition at line 192 of file class.ilObjRole.php.
References $ilDB, $query, $res, getAssignUsersStatus(), getDiskQuota(), getPersonalWorkspaceDiskQuota(), read(), and League\Flysystem\Adapter\Polyfill\update().
|
protected |
Update operation stack.
array | $a_stack | |
int | $a_node |
Definition at line 829 of file class.ilObjRole.php.
References ilObject\$rbacreview, and ilObject\getId().
Referenced by adjustPermissions().
|
protected |
Update policy stack.
object | $a_node |
Definition at line 871 of file class.ilObjRole.php.
References ilObject\$rbacreview.
Referenced by adjustPermissions().
ilObjRole::validate | ( | ) |
Validate role data.
Definition at line 109 of file class.ilObjRole.php.
References $ilErr, and ilObject\getTitle().
ilObjRole::$allow_register |
Definition at line 32 of file class.ilObjRole.php.
ilObjRole::$assign_users |
Definition at line 33 of file class.ilObjRole.php.
ilObjRole::$disk_quota |
The disk quota in bytes.
Definition at line 36 of file class.ilObjRole.php.
Referenced by getDiskQuota().
ilObjRole::$parent |
Definition at line 30 of file class.ilObjRole.php.
Referenced by getParent().
ilObjRole::$wsp_disk_quota |
Definition at line 37 of file class.ilObjRole.php.
Referenced by getPersonalWorkspaceDiskQuota().
const ilObjRole::MODE_PROTECTED_DELETE_LOCAL_POLICIES = 1 |
Definition at line 18 of file class.ilObjRole.php.
Referenced by ilDidacticTemplateLocalPolicyAction\createLocalPolicy(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilObjRoleFolderGUI\doCopyRole(), ilDidacticTemplateLocalPolicyAction\revert(), ilDidacticTemplateLocalPolicyAction\revertLocalPolicy(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_PROTECTED_KEEP_LOCAL_POLICIES = 2 |
Definition at line 19 of file class.ilObjRole.php.
Referenced by ilPermissionGUI\addRole(), ilObjRoleGUI\permSaveObject(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_UNPROTECTED_DELETE_LOCAL_POLICIES = 3 |
Definition at line 20 of file class.ilObjRole.php.
Referenced by ilDidacticTemplateLocalPolicyAction\createLocalPolicy(), ilDidacticTemplateBlockRoleAction\deleteLocalPolicy(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilObjRoleFolderGUI\doCopyRole(), ilDidacticTemplateLocalPolicyAction\revert(), ilDidacticTemplateLocalPolicyAction\revertLocalPolicy(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_UNPROTECTED_KEEP_LOCAL_POLICIES = 4 |
Definition at line 21 of file class.ilObjRole.php.
Referenced by ilPermissionGUI\addRole(), ilObjRoleGUI\permSaveObject(), ilObjRoleGUI\showChangeExistingObjectsConfirmation(), and ilPermissionGUI\unblockRoles().