|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDTypicalAgeRange:
Collaboration diagram for ilMDTypicalAgeRange:Public Member Functions | |
| setTypicalAgeRange (string $a_typical_age_range) | |
| getTypicalAgeRange () | |
| setTypicalAgeRangeLanguage (ilMDLanguageItem $lng_obj) | |
| getTypicalAgeRangeLanguage () | |
| getTypicalAgeRangeLanguageCode () | |
| setTypicalAgeRangeMinimum (string $a_min) | |
| getTypicalAgeRangeMinimum () | |
| setTypicalAgeRangeMaximum (string $a_max) | |
| getTypicalAgeRangeMaximum () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (ilXmlWriter $writer) | |
| __parseTypicalAgeRange () | |
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 | $typical_age_range = '' |
| ilMDLanguageItem | $typical_age_range_language = null |
| string | $typical_age_range_minimum = '' |
| string | $typical_age_range_maximum = '' |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 26 of file class.ilMDTypicalAgeRange.php.
| ilMDTypicalAgeRange::__getFields | ( | ) |
Definition at line 116 of file class.ilMDTypicalAgeRange.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), getTypicalAgeRange(), getTypicalAgeRangeLanguageCode(), getTypicalAgeRangeMaximum(), and getTypicalAgeRangeMinimum().
Referenced by save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDTypicalAgeRange::__parseTypicalAgeRange | ( | ) |
Definition at line 191 of file class.ilMDTypicalAgeRange.php.
References getTypicalAgeRange(), setTypicalAgeRangeMaximum(), and setTypicalAgeRangeMinimum().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 169 of file class.ilMDTypicalAgeRange.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDEducational\getTypicalAgeRangeIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDTypicalAgeRange::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 102 of file class.ilMDTypicalAgeRange.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRange | ( | ) |
Definition at line 39 of file class.ilMDTypicalAgeRange.php.
References $typical_age_range.
Referenced by __getFields(), __parseTypicalAgeRange(), and toXML().
Here is the caller graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRangeLanguage | ( | ) |
Definition at line 49 of file class.ilMDTypicalAgeRange.php.
| ilMDTypicalAgeRange::getTypicalAgeRangeLanguageCode | ( | ) |
Definition at line 54 of file class.ilMDTypicalAgeRange.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRangeMaximum | ( | ) |
Definition at line 74 of file class.ilMDTypicalAgeRange.php.
References $typical_age_range_maximum.
Referenced by __getFields().
Here is the caller graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRangeMinimum | ( | ) |
Definition at line 64 of file class.ilMDTypicalAgeRange.php.
References $typical_age_range_minimum.
Referenced by __getFields().
Here is the caller graph for this function:| ilMDTypicalAgeRange::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 131 of file class.ilMDTypicalAgeRange.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), setTypicalAgeRange(), setTypicalAgeRangeLanguage(), setTypicalAgeRangeMaximum(), and setTypicalAgeRangeMinimum().
Here is the call graph for this function:| ilMDTypicalAgeRange::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 79 of file class.ilMDTypicalAgeRange.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRange | ( | string | $a_typical_age_range | ) |
Definition at line 34 of file class.ilMDTypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRangeLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 44 of file class.ilMDTypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRangeMaximum | ( | string | $a_max | ) |
Definition at line 69 of file class.ilMDTypicalAgeRange.php.
Referenced by __parseTypicalAgeRange(), and read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRangeMinimum | ( | string | $a_min | ) |
Definition at line 59 of file class.ilMDTypicalAgeRange.php.
Referenced by __parseTypicalAgeRange(), and read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 153 of file class.ilMDTypicalAgeRange.php.
References getTypicalAgeRange(), getTypicalAgeRangeLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDTypicalAgeRange::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 91 of file class.ilMDTypicalAgeRange.php.
References __getFields(), __parseTypicalAgeRange(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRange().
|
private |
Definition at line 29 of file class.ilMDTypicalAgeRange.php.
|
private |
Definition at line 31 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRangeMaximum().
|
private |
Definition at line 30 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRangeMinimum().