ILIAS
release_8 Revision v8.19
|
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) | |
![]() | |
__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 | |
![]() | |
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().
|
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().
ilMDAnnotation::delete | ( | ) |
Definition at line 103 of file class.ilMDAnnotation.php.
References $query, $res, and ilMDBase\getMetaId().
ilMDAnnotation::getDate | ( | ) |
Definition at line 49 of file class.ilMDAnnotation.php.
References $date.
Referenced by __getFields(), and toXML().
ilMDAnnotation::getDescription | ( | ) |
Definition at line 59 of file class.ilMDAnnotation.php.
References $description.
Referenced by __getFields(), and toXML().
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().
ilMDAnnotation::getEntity | ( | ) |
Definition at line 39 of file class.ilMDAnnotation.php.
References $entity.
Referenced by __getFields(), and toXML().
ilMDAnnotation::read | ( | ) |
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().
ilMDAnnotation::save | ( | ) |
Definition at line 82 of file class.ilMDAnnotation.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDAnnotation::setDate | ( | string | $a_date | ) |
Definition at line 44 of file class.ilMDAnnotation.php.
Referenced by read().
ilMDAnnotation::setDescription | ( | string | $a_desc | ) |
Definition at line 54 of file class.ilMDAnnotation.php.
Referenced by read().
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().
ilMDAnnotation::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 151 of file class.ilMDAnnotation.php.
References getDate(), getDescription(), getDescriptionLanguageCode(), getEntity(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
ilMDAnnotation::update | ( | ) |
Definition at line 94 of file class.ilMDAnnotation.php.
References __getFields(), and ilMDBase\getMetaId().
|
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().