|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDRelation:
Collaboration diagram for ilMDRelation: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) | |
Public Member Functions inherited from ilMDBase | |
| __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 | |
Protected Attributes inherited from ilMDBase | |
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDRelation::addDescription | ( | ) |
Definition at line 79 of file class.ilMDRelation.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMDRelation::addIdentifier_ | ( | ) |
Definition at line 51 of file class.ilMDRelation.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMDRelation::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 138 of file class.ilMDRelation.php.
References $id, $query, $res, getDescription(), getDescriptionIds(), getIdentifier_(), getIdentifier_Ids(), and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDRelation::getDescription | ( | int | $a_description_id | ) |
Definition at line 68 of file class.ilMDRelation.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDRelation::getIdentifier_ | ( | int | $a_identifier__id | ) |
Definition at line 40 of file class.ilMDRelation.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDRelation::getKind | ( | ) |
Definition at line 112 of file class.ilMDRelation.php.
References $kind.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDRelation::read | ( | ) |
Reimplemented from ilMDBase.
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().
Here is the call graph for this function:| ilMDRelation::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 117 of file class.ilMDRelation.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDRelation::setKind | ( | string | $a_kind | ) |
Definition at line 89 of file class.ilMDRelation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDRelation::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
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().
Here is the call graph for this function:| ilMDRelation::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 129 of file class.ilMDRelation.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMDRelation.php.
Referenced by getKind().