|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 27 of file class.ilMDTypicalAgeRange.php.
| ilMDTypicalAgeRange::__getFields | ( | ) |
Definition at line 117 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 192 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 170 of file class.ilMDTypicalAgeRange.php.
References $DIC, $ilDB, $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 | ( | ) |
Definition at line 103 of file class.ilMDTypicalAgeRange.php.
References $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRange | ( | ) |
Definition at line 40 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 50 of file class.ilMDTypicalAgeRange.php.
| ilMDTypicalAgeRange::getTypicalAgeRangeLanguageCode | ( | ) |
Definition at line 55 of file class.ilMDTypicalAgeRange.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDTypicalAgeRange::getTypicalAgeRangeMaximum | ( | ) |
Definition at line 75 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 65 of file class.ilMDTypicalAgeRange.php.
References $typical_age_range_minimum.
Referenced by __getFields().
Here is the caller graph for this function:| ilMDTypicalAgeRange::read | ( | ) |
Definition at line 132 of file class.ilMDTypicalAgeRange.php.
References $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 | ( | ) |
Definition at line 80 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 35 of file class.ilMDTypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRangeLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 45 of file class.ilMDTypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::setTypicalAgeRangeMaximum | ( | string | $a_max | ) |
Definition at line 70 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 60 of file class.ilMDTypicalAgeRange.php.
Referenced by __parseTypicalAgeRange(), and read().
Here is the caller graph for this function:| ilMDTypicalAgeRange::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 154 of file class.ilMDTypicalAgeRange.php.
References getTypicalAgeRange(), getTypicalAgeRangeLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDTypicalAgeRange::update | ( | ) |
Definition at line 92 of file class.ilMDTypicalAgeRange.php.
References __getFields(), __parseTypicalAgeRange(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 29 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRange().
|
private |
Definition at line 30 of file class.ilMDTypicalAgeRange.php.
|
private |
Definition at line 32 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRangeMaximum().
|
private |
Definition at line 31 of file class.ilMDTypicalAgeRange.php.
Referenced by getTypicalAgeRangeMinimum().