|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDDescription:
Collaboration diagram for ilMDDescription:Public Member Functions | |
| setDescription (string $a_description) | |
| 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, int $a_parent_id, string $a_parent_type) |
Private Attributes | |
| string | $description = '' |
| ilMDLanguageItem | $description_language = null |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 31 of file class.ilMDDescription.php.
| ilMDDescription::__getFields | ( | ) |
Definition at line 98 of file class.ilMDDescription.php.
References getDescription(), getDescriptionLanguageCode(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), 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 147 of file class.ilMDDescription.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), and ilDBConstants\T_INTEGER.
Referenced by ilMDEducational\getDescriptionIds(), ilMDGeneral\getDescriptionIds(), and ilMDRelation\getDescriptionIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDDescription::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 83 of file class.ilMDDescription.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDDescription::getDescription | ( | ) |
Definition at line 42 of file class.ilMDDescription.php.
References $description.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDDescription::getDescriptionLanguage | ( | ) |
Definition at line 52 of file class.ilMDDescription.php.
| ilMDDescription::getDescriptionLanguageCode | ( | ) |
Definition at line 57 of file class.ilMDDescription.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDDescription::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 111 of file class.ilMDDescription.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDescription(), setDescriptionLanguage(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDDescription::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 62 of file class.ilMDDescription.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDDescription::setDescription | ( | string | $a_description | ) |
Definition at line 37 of file class.ilMDDescription.php.
Referenced by read().
Here is the caller graph for this function:| ilMDDescription::setDescriptionLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 47 of file class.ilMDDescription.php.
Referenced by read().
Here is the caller graph for this function:| ilMDDescription::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 131 of file class.ilMDDescription.php.
References getDescription(), getDescriptionLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDDescription::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 74 of file class.ilMDDescription.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 33 of file class.ilMDDescription.php.
Referenced by getDescription().
|
private |
Definition at line 34 of file class.ilMDDescription.php.