ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
setCatalog ($a_catalog) | |
getCatalog () | |
setEntry ($a_entry) | |
getEntry () | |
save () | |
update () | |
delete () | |
__getFields () | |
read () | |
toXML (&$writer, $a_overwrite_id=false) | |
![]() | |
__construct ( $a_rbac_id=0, $a_obj_id=0, $a_type=0) | |
setRBACId ($a_id) | |
getRBACId () | |
setObjId ($a_id) | |
getObjId () | |
setObjType ($a_type) | |
getObjType () | |
setMetaId ($a_meta_id, $a_read_data=true) | |
getMetaId () | |
setParentType ($a_parent_type) | |
getParentType () | |
setParentId ($a_id) | |
getParentId () | |
setExportMode ($a_export_mode=true) | |
getExportMode () | |
validate () | |
update () | |
save () | |
delete () | |
toXML (&$writer) | |
Static Public Member Functions | |
static | _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) |
static | _getEntriesForObj ($a_rbac_id, $a_obj_id, $a_obj_type) |
Get IDs for an object. More... | |
static | _getEntriesForRbacObj ($a_rbac_id, $a_obj_type="") |
Get IDs for an rbac object. More... | |
static | existsIdInRbacObject ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
Does id entry exist in rbac object? More... | |
static | readIdData ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
Does id entry exist in rbac object? More... | |
Additional Inherited Members | |
![]() | |
$rbac_id | |
$obj_id | |
$obj_type | |
$export_mode = false | |
![]() | |
$log | |
Definition at line 32 of file class.ilMD5295Identifier.php.
ilMD5295Identifier::__getFields | ( | ) |
Definition at line 104 of file class.ilMD5295Identifier.php.
References getCatalog(), getEntry(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), ilMD5295Base\getParentId(), ilMD5295Base\getParentType(), and ilMD5295Base\getRBACId().
Referenced by save().
|
static |
|
static |
|
static |
Definition at line 168 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD5295MetaMetadata\getIdentifierIds(), and ilMD5295General\getIdentifierIds().
ilMD5295Identifier::delete | ( | ) |
Definition at line 88 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, $query, $res, and ilMD5295Base\getMetaId().
|
static |
Does id entry exist in rbac object?
Definition at line 251 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, and $query.
ilMD5295Identifier::getCatalog | ( | ) |
Definition at line 40 of file class.ilMD5295Identifier.php.
Referenced by __getFields(), and toXML().
ilMD5295Identifier::getEntry | ( | ) |
Definition at line 48 of file class.ilMD5295Identifier.php.
Referenced by __getFields(), and toXML().
ilMD5295Identifier::read | ( | ) |
Definition at line 115 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMD5295Base\getMetaId(), setCatalog(), setEntry(), ilMD5295Base\setObjId(), ilMD5295Base\setObjType(), ilMD5295Base\setParentId(), ilMD5295Base\setParentType(), and ilMD5295Base\setRBACId().
|
static |
ilMD5295Identifier::save | ( | ) |
Definition at line 54 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, __getFields(), ilMD5295Base\getMetaId(), and ilMD5295Base\setMetaId().
ilMD5295Identifier::setCatalog | ( | $a_catalog | ) |
Definition at line 36 of file class.ilMD5295Identifier.php.
Referenced by read().
ilMD5295Identifier::setEntry | ( | $a_entry | ) |
Definition at line 44 of file class.ilMD5295Identifier.php.
Referenced by read().
ilMD5295Identifier::toXML | ( | & | $writer, |
$a_overwrite_id = false |
|||
) |
Definition at line 144 of file class.ilMD5295Identifier.php.
References getCatalog(), getEntry(), ilMD5295Base\getExportMode(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), ilMD5295Base\getRBACId(), and IL_INST_ID.
ilMD5295Identifier::update | ( | ) |
Definition at line 70 of file class.ilMD5295Identifier.php.
References $DIC, $ilDB, and ilMD5295Base\getMetaId().