ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
setCatalog (string $a_catalog) | |
getCatalog () | |
setEntry (string $a_entry) | |
getEntry () | |
save () | |
update () | |
delete () | |
__getFields () | |
read () | |
toXML (ilXmlWriter $writer) | |
![]() | |
__construct (int $a_rbac_id=0, int $a_obj_id=0, string $a_type='') | |
constructor More... | |
read () | |
setRBACId (int $a_id) | |
getRBACId () | |
setObjId (int $a_id) | |
getObjId () | |
setObjType (string $a_type) | |
getObjType () | |
setMetaId (int $a_meta_id, bool $a_read_data=true) | |
getMetaId () | |
setParentType (string $a_parent_type) | |
getParentType () | |
setParentId (int $a_id) | |
getParentId () | |
setExportMode (bool $a_export_mode=true) | |
getExportMode () | |
validate () | |
update () | |
save () | |
delete () | |
toXML (ilXmlWriter $writer) | |
Static Public Member Functions | |
static | _getIds (int $a_rbac_id, int $a_obj_id, int $a_parent_id, string $a_parent_type) |
static | _getEntriesForObj (int $a_rbac_id, int $a_obj_id, string $a_obj_type) |
static | _getEntriesForRbacObj (int $a_rbac_id, string $a_obj_type="") |
static | existsIdInRbacObject (int $a_rbac_id, string $a_obj_type, string $a_catalog, string $a_entry) |
static | readIdData (int $a_rbac_id, string $a_obj_type, string $a_catalog, string $a_entry) |
Private Attributes | |
string | $catalog = '' |
string | $entry = '' |
Additional Inherited Members | |
![]() | |
ilLogger | $log |
ilDBInterface | $db |
Definition at line 27 of file class.ilMDIdentifier.php.
ilMDIdentifier::__getFields | ( | ) |
Definition at line 88 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), and ilMDBase\getRBACId().
Referenced by save(), and update().
|
static |
|
static |
|
static |
Definition at line 150 of file class.ilMDIdentifier.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDMetaMetadata\getIdentifierIds(), and ilMDGeneral\getIdentifierIds().
ilMDIdentifier::delete | ( | ) |
Definition at line 74 of file class.ilMDIdentifier.php.
References $res, and ilMDBase\getMetaId().
|
static |
ilMDIdentifier::getCatalog | ( | ) |
Definition at line 38 of file class.ilMDIdentifier.php.
References $catalog.
Referenced by __getFields(), and toXML().
ilMDIdentifier::getEntry | ( | ) |
Definition at line 48 of file class.ilMDIdentifier.php.
References $entry.
Referenced by __getFields(), and toXML().
ilMDIdentifier::read | ( | ) |
Definition at line 101 of file class.ilMDIdentifier.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCatalog(), setEntry(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
|
static |
ilMDIdentifier::save | ( | ) |
Definition at line 53 of file class.ilMDIdentifier.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDIdentifier::setCatalog | ( | string | $a_catalog | ) |
Definition at line 33 of file class.ilMDIdentifier.php.
Referenced by read().
ilMDIdentifier::setEntry | ( | string | $a_entry | ) |
Definition at line 43 of file class.ilMDIdentifier.php.
Referenced by read(), and ilMDXMLCopier\startParsing().
ilMDIdentifier::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 121 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getExportMode(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), IL_INST_ID, and ilXmlWriter\xmlElement().
ilMDIdentifier::update | ( | ) |
Definition at line 65 of file class.ilMDIdentifier.php.
References __getFields(), and ilMDBase\getMetaId().
|
private |
Definition at line 29 of file class.ilMDIdentifier.php.
Referenced by getCatalog().
|
private |
Definition at line 30 of file class.ilMDIdentifier.php.
Referenced by getEntry().