|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMD:
Collaboration diagram for ilMD:Public Member Functions | |
| read () | |
| getGeneral () | |
| addGeneral () | |
| getLifecycle () | |
| addLifecycle () | |
| getMetaMetadata () | |
| addMetaMetadata () | |
| getTechnical () | |
| addTechnical () | |
| getEducational () | |
| addEducational () | |
| getRights () | |
| addRights () | |
| getRelationIds () | |
| getRelation (int $a_relation_id) | |
| addRelation () | |
| getAnnotationIds () | |
| getAnnotation (int $a_annotation_id) | |
| addAnnotation () | |
| getClassificationIds () | |
| getClassification (int $a_classification_id) | |
| addClassification () | |
| toXML (ilXmlWriter $writer) | |
| cloneMD (int $a_rbac_id, int $a_obj_id, string $a_obj_type) | |
| deleteAll () | |
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) | |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 27 of file class.ilMD.php.
| ilMD::addAnnotation | ( | ) |
Definition at line 188 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addClassification | ( | ) |
Definition at line 215 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addEducational | ( | ) |
Definition at line 116 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addGeneral | ( | ) |
Definition at line 44 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addLifecycle | ( | ) |
Definition at line 62 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addMetaMetadata | ( | ) |
Definition at line 80 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addRelation | ( | ) |
Definition at line 161 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addRights | ( | ) |
Definition at line 134 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::addTechnical | ( | ) |
Definition at line 98 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::cloneMD | ( | int | $a_rbac_id, |
| int | $a_obj_id, | ||
| string | $a_obj_type | ||
| ) |
Definition at line 288 of file class.ilMD.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMD::deleteAll | ( | ) |
Definition at line 301 of file class.ilMD.php.
References $query, ilMDBase\getObjId(), ilMDBase\getRBACId(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ilMD::getAnnotation | ( | int | $a_annotation_id | ) |
Definition at line 176 of file class.ilMD.php.
Referenced by toXML().
Here is the caller graph for this function:| ilMD::getAnnotationIds | ( | ) |
Definition at line 171 of file class.ilMD.php.
References ilMDAnnotation\_getIds(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getClassification | ( | int | $a_classification_id | ) |
Definition at line 203 of file class.ilMD.php.
Referenced by toXML().
Here is the caller graph for this function:| ilMD::getClassificationIds | ( | ) |
Definition at line 198 of file class.ilMD.php.
References ilMDClassification\_getIds(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getEducational | ( | ) |
Definition at line 105 of file class.ilMD.php.
References $id, ilMDEducational\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getGeneral | ( | ) |
Definition at line 34 of file class.ilMD.php.
References $id, ilMDGeneral\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getLifecycle | ( | ) |
Definition at line 51 of file class.ilMD.php.
References $id, ilMDLifecycle\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getMetaMetadata | ( | ) |
Definition at line 69 of file class.ilMD.php.
References $id, ilMDMetaMetadata\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getRelation | ( | int | $a_relation_id | ) |
Definition at line 149 of file class.ilMD.php.
Referenced by toXML().
Here is the caller graph for this function:| ilMD::getRelationIds | ( | ) |
Definition at line 144 of file class.ilMD.php.
References ilMDRelation\_getIds(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getRights | ( | ) |
Definition at line 123 of file class.ilMD.php.
References $id, ilMDRights\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::getTechnical | ( | ) |
Definition at line 87 of file class.ilMD.php.
References $id, ilMDTechnical\_getId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 29 of file class.ilMD.php.
| ilMD::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 222 of file class.ilMD.php.
References $id, getAnnotation(), getAnnotationIds(), getClassification(), getClassificationIds(), getEducational(), ilMDBase\getExportMode(), getGeneral(), getLifecycle(), getMetaMetadata(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), getRelation(), getRelationIds(), getRights(), getTechnical(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Here is the call graph for this function: