|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilMDAnnotation:
Collaboration diagram for ilMDAnnotation:Static Public Member Functions | |
| static | _getIds ($a_rbac_id, $a_obj_id) |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Protected Attributes inherited from ilMDBase | |
| $log | |
Definition at line 33 of file class.ilMDAnnotation.php.
| ilMDAnnotation::__getFields | ( | ) |
Definition at line 123 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), getEntity(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDAnnotation::__getFields | ( | ) |
Definition at line 125 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), getEntity(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), and ilUtil\prepareDBString().
Here is the call graph for this function:
|
static |
Definition at line 181 of file class.ilMDAnnotation.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD\getAnnotationIds().
Here is the caller graph for this function:| ilMDAnnotation::_getIds | ( | $a_rbac_id, | |
| $a_obj_id | |||
| ) |
Definition at line 177 of file class.ilMDAnnotation.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
| ilMDAnnotation::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 108 of file class.ilMDAnnotation.php.
References $ilDB, $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDAnnotation::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 109 of file class.ilMDAnnotation.php.
References $ilDB, $query, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDAnnotation::getDate | ( | ) |
Definition at line 48 of file class.ilMDAnnotation.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getDate | ( | ) |
Definition at line 48 of file class.ilMDAnnotation.php.
| ilMDAnnotation::getDescription | ( | ) |
Definition at line 56 of file class.ilMDAnnotation.php.
References $description.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getDescription | ( | ) |
Definition at line 56 of file class.ilMDAnnotation.php.
References $description.
| & ilMDAnnotation::getDescriptionLanguage | ( | ) |
Definition at line 66 of file class.ilMDAnnotation.php.
| & ilMDAnnotation::getDescriptionLanguage | ( | ) |
Definition at line 66 of file class.ilMDAnnotation.php.
| ilMDAnnotation::getDescriptionLanguageCode | ( | ) |
Definition at line 70 of file class.ilMDAnnotation.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getDescriptionLanguageCode | ( | ) |
Definition at line 70 of file class.ilMDAnnotation.php.
| ilMDAnnotation::getEntity | ( | ) |
Definition at line 40 of file class.ilMDAnnotation.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDAnnotation::getEntity | ( | ) |
Definition at line 40 of file class.ilMDAnnotation.php.
| ilMDAnnotation::read | ( | ) |
Definition at line 134 of file class.ilMDAnnotation.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDate(), setDescription(), setEntity(), ilMDBase\setObjId(), ilMDBase\setObjType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDAnnotation::read | ( | ) |
Definition at line 136 of file class.ilMDAnnotation.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDate(), setDescription(), setEntity(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setRBACId(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMDAnnotation::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 78 of file class.ilMDAnnotation.php.
References $ilDB, __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDAnnotation::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 78 of file class.ilMDAnnotation.php.
References ilMDBase\getMetaId(), ilDBConstants\MDB2_AUTOQUERY_INSERT, and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDAnnotation::setDate | ( | $a_date | ) |
Definition at line 44 of file class.ilMDAnnotation.php.
References date.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::setDate | ( | $a_date | ) |
Definition at line 44 of file class.ilMDAnnotation.php.
References date.
| ilMDAnnotation::setDescription | ( | $a_desc | ) |
Definition at line 52 of file class.ilMDAnnotation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::setDescription | ( | $a_desc | ) |
Definition at line 52 of file class.ilMDAnnotation.php.
| ilMDAnnotation::setDescriptionLanguage | ( | $lng_obj | ) |
Definition at line 60 of file class.ilMDAnnotation.php.
| ilMDAnnotation::setDescriptionLanguage | ( | $lng_obj | ) |
Definition at line 60 of file class.ilMDAnnotation.php.
| ilMDAnnotation::setEntity | ( | $a_entity | ) |
Definition at line 36 of file class.ilMDAnnotation.php.
Referenced by read().
Here is the caller graph for this function:| ilMDAnnotation::setEntity | ( | $a_entity | ) |
Definition at line 36 of file class.ilMDAnnotation.php.
| ilMDAnnotation::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 163 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), and getEntity().
Here is the call graph for this function:| ilMDAnnotation::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 165 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), and getEntity().
Here is the call graph for this function:| ilMDAnnotation::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 92 of file class.ilMDAnnotation.php.
References $ilDB, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDAnnotation::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 92 of file class.ilMDAnnotation.php.
References $ilDB, ilMDBase\getMetaId(), and ilDBConstants\MDB2_AUTOQUERY_UPDATE.
Here is the call graph for this function: