|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDLanguage:
Collaboration diagram for ilMDLanguage:Public Member Functions | |
| setLanguage (ilMDLanguageItem $lng_obj) | |
| getLanguage () | |
| getLanguageCode () | |
| 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 | _lookupFirstLanguage (int $a_rbac_id, int $a_obj_id, string $a_obj_type) |
| static | _getIds (int $a_rbac_id, int $a_obj_id, int $a_parent_id, string $a_parent_type) |
Private Attributes | |
| ilMDLanguageItem | $language = null |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 26 of file class.ilMDLanguage.php.
| ilMDLanguage::__getFields | ( | ) |
Definition at line 102 of file class.ilMDLanguage.php.
References getLanguageCode(), 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 149 of file class.ilMDLanguage.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDEducational\getLanguageIds(), and ilMDGeneral\getLanguageIds().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 30 of file class.ilMDLanguage.php.
References $DIC, $ilDB, $lang, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCourseSettings\buildJson().
Here is the caller graph for this function:| ilMDLanguage::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 87 of file class.ilMDLanguage.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDLanguage::getLanguage | ( | ) |
Definition at line 57 of file class.ilMDLanguage.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDLanguage::getLanguageCode | ( | ) |
Definition at line 62 of file class.ilMDLanguage.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by __getFields(), and toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDLanguage::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 114 of file class.ilMDLanguage.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setLanguage(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDLanguage::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 67 of file class.ilMDLanguage.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDLanguage::setLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 52 of file class.ilMDLanguage.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDLanguage::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 133 of file class.ilMDLanguage.php.
References getLanguage(), getLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDLanguage::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 78 of file class.ilMDLanguage.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMDLanguage.php.