ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getIdentifier_Ids () | |
getIdentifier_ (int $a_identifier__id) | |
addIdentifier_ () | |
getDescriptionIds () | |
getDescription (int $a_description_id) | |
addDescription () | |
setKind (string $a_kind) | |
getKind () | |
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) |
Private Attributes | |
string | $kind = '' |
Additional Inherited Members | |
![]() | |
ilLogger | $log |
ilDBInterface | $db |
Definition at line 26 of file class.ilMDRelation.php.
ilMDRelation::__getFields | ( | ) |
Definition at line 162 of file class.ilMDRelation.php.
References getKind(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Referenced by save(), and update().
|
static |
Definition at line 227 of file class.ilMDRelation.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMD\getRelationIds().
ilMDRelation::addDescription | ( | ) |
Definition at line 79 of file class.ilMDRelation.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
ilMDRelation::addIdentifier_ | ( | ) |
Definition at line 51 of file class.ilMDRelation.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
ilMDRelation::delete | ( | ) |
Definition at line 138 of file class.ilMDRelation.php.
References $id, $query, $res, getDescription(), getDescriptionIds(), getIdentifier_(), getIdentifier_Ids(), and ilMDBase\getMetaId().
ilMDRelation::getDescription | ( | int | $a_description_id | ) |
Definition at line 68 of file class.ilMDRelation.php.
Referenced by delete(), and toXML().
ilMDRelation::getDescriptionIds | ( | ) |
Definition at line 63 of file class.ilMDRelation.php.
References ilMDDescription\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by delete(), and toXML().
ilMDRelation::getIdentifier_ | ( | int | $a_identifier__id | ) |
Definition at line 40 of file class.ilMDRelation.php.
Referenced by delete(), and toXML().
ilMDRelation::getIdentifier_Ids | ( | ) |
Definition at line 35 of file class.ilMDRelation.php.
References ilMDIdentifier_\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by delete(), and toXML().
ilMDRelation::getKind | ( | ) |
Definition at line 112 of file class.ilMDRelation.php.
References $kind.
Referenced by __getFields(), and toXML().
ilMDRelation::read | ( | ) |
Definition at line 172 of file class.ilMDRelation.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setKind(), ilMDBase\setObjId(), ilMDBase\setObjType(), and ilMDBase\setRBACId().
ilMDRelation::save | ( | ) |
Definition at line 117 of file class.ilMDRelation.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDRelation::setKind | ( | string | $a_kind | ) |
Definition at line 89 of file class.ilMDRelation.php.
Referenced by read().
ilMDRelation::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 189 of file class.ilMDRelation.php.
References $id, getDescription(), getDescriptionIds(), getIdentifier_(), getIdentifier_Ids(), getKind(), ilMDBase\getObjId(), ilMDBase\getRBACId(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
ilMDRelation::update | ( | ) |
Definition at line 129 of file class.ilMDRelation.php.
References __getFields(), and ilMDBase\getMetaId().
|
private |
Definition at line 28 of file class.ilMDRelation.php.
Referenced by getKind().