|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDAnnotation:
Collaboration diagram for ilMDAnnotation:Public Member Functions | |
| setEntity (string $a_entity) | |
| getEntity () | |
| setDate (string $a_date) | |
| getDate () | |
| setDescription (string $a_desc) | |
| getDescription () | |
| setDescriptionLanguage (ilMDLanguageItem $lng_obj) | |
| getDescriptionLanguage () | |
| getDescriptionLanguageCode () | |
| 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 | $entity = '' |
| string | $date = '' |
| string | $description = '' |
| ilMDLanguageItem | $description_language = null |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 26 of file class.ilMDAnnotation.php.
| ilMDAnnotation::__getFields | ( | ) |
Definition at line 118 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), getEntity(), 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 171 of file class.ilMDAnnotation.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMD\getAnnotationIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDAnnotation::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 103 of file class.ilMDAnnotation.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDAnnotation::getDate | ( | ) |
Definition at line 49 of file class.ilMDAnnotation.php.
References $date.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getDescription | ( | ) |
Definition at line 59 of file class.ilMDAnnotation.php.
References $description.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getDescriptionLanguage | ( | ) |
Definition at line 69 of file class.ilMDAnnotation.php.
References $description_language.
| ilMDAnnotation::getDescriptionLanguageCode | ( | ) |
Definition at line 74 of file class.ilMDAnnotation.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getEntity | ( | ) |
Definition at line 39 of file class.ilMDAnnotation.php.
References $entity.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 131 of file class.ilMDAnnotation.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDate(), setDescription(), setEntity(), ilMDBase\setObjId(), ilMDBase\setObjType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDAnnotation::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 82 of file class.ilMDAnnotation.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDAnnotation::setDate | ( | string | $a_date | ) |
Definition at line 44 of file class.ilMDAnnotation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::setDescription | ( | string | $a_desc | ) |
Definition at line 54 of file class.ilMDAnnotation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::setDescriptionLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 64 of file class.ilMDAnnotation.php.
| ilMDAnnotation::setEntity | ( | string | $a_entity | ) |
Definition at line 34 of file class.ilMDAnnotation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 151 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), getEntity(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Here is the call graph for this function:| ilMDAnnotation::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 94 of file class.ilMDAnnotation.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 29 of file class.ilMDAnnotation.php.
Referenced by getDate().
|
private |
Definition at line 30 of file class.ilMDAnnotation.php.
Referenced by getDescription().
|
private |
Definition at line 31 of file class.ilMDAnnotation.php.
Referenced by getDescriptionLanguage().
|
private |
Definition at line 28 of file class.ilMDAnnotation.php.
Referenced by getEntity().