|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilMD5295TypicalAgeRange:
Collaboration diagram for ilMD5295TypicalAgeRange:Public Member Functions | |
| setTypicalAgeRange ($a_typical_age_range) | |
| getTypicalAgeRange () | |
| setTypicalAgeRangeLanguage (&$lng_obj) | |
| & | getTypicalAgeRangeLanguage () |
| getTypicalAgeRangeLanguageCode () | |
| setTypicalAgeRangeMinimum ($a_min) | |
| getTypicalAgeRangeMinimum () | |
| setTypicalAgeRangeMaximum ($a_max) | |
| getTypicalAgeRangeMaximum () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
| __parseTypicalAgeRange () | |
Public Member Functions inherited from ilMD5295Base | |
| __construct ( $a_rbac_id=0, $a_obj_id=0, $a_type=0) | |
| setRBACId ($a_id) | |
| getRBACId () | |
| setObjId ($a_id) | |
| getObjId () | |
| setObjType ($a_type) | |
| getObjType () | |
| setMetaId ($a_meta_id, $a_read_data=true) | |
| getMetaId () | |
| setParentType ($a_parent_type) | |
| getParentType () | |
| setParentId ($a_id) | |
| getParentId () | |
| setExportMode ($a_export_mode=true) | |
| getExportMode () | |
| validate () | |
| update () | |
| save () | |
| delete () | |
| toXML (&$writer) | |
Static Public Member Functions | |
| static | _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) |
Additional Inherited Members | |
Data Fields inherited from ilMD5295Base | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Protected Attributes inherited from ilMD5295Base | |
| $log | |
Definition at line 33 of file class.ilMD5295TypicalAgeRange.php.
| ilMD5295TypicalAgeRange::__getFields | ( | ) |
Definition at line 128 of file class.ilMD5295TypicalAgeRange.php.
References ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), ilMD5295Base\getParentId(), ilMD5295Base\getParentType(), ilMD5295Base\getRBACId(), getTypicalAgeRange(), getTypicalAgeRangeLanguageCode(), getTypicalAgeRangeMaximum(), and getTypicalAgeRangeMinimum().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::__parseTypicalAgeRange | ( | ) |
Definition at line 207 of file class.ilMD5295TypicalAgeRange.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 187 of file class.ilMD5295TypicalAgeRange.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD5295Educational\getTypicalAgeRangeIds().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::delete | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 112 of file class.ilMD5295TypicalAgeRange.php.
References $DIC, $ilDB, $query, $res, and ilMD5295Base\getMetaId().
Here is the call graph for this function:| ilMD5295TypicalAgeRange::getTypicalAgeRange | ( | ) |
Definition at line 40 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __getFields(), __parseTypicalAgeRange(), and toXML().
Here is the caller graph for this function:| & ilMD5295TypicalAgeRange::getTypicalAgeRangeLanguage | ( | ) |
Definition at line 50 of file class.ilMD5295TypicalAgeRange.php.
| ilMD5295TypicalAgeRange::getTypicalAgeRangeLanguageCode | ( | ) |
Definition at line 54 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::getTypicalAgeRangeMaximum | ( | ) |
Definition at line 71 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __getFields().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::getTypicalAgeRangeMinimum | ( | ) |
Definition at line 63 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __getFields().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::read | ( | ) |
Definition at line 141 of file class.ilMD5295TypicalAgeRange.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMD5295Base\getMetaId(), ilMD5295Base\setObjId(), ilMD5295Base\setObjType(), ilMD5295Base\setParentId(), ilMD5295Base\setParentType(), ilMD5295Base\setRBACId(), setTypicalAgeRange(), setTypicalAgeRangeLanguage(), setTypicalAgeRangeMaximum(), and setTypicalAgeRangeMinimum().
Here is the call graph for this function:| ilMD5295TypicalAgeRange::save | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 77 of file class.ilMD5295TypicalAgeRange.php.
References $DIC, $ilDB, __getFields(), ilMD5295Base\getMetaId(), and ilMD5295Base\setMetaId().
Here is the call graph for this function:| ilMD5295TypicalAgeRange::setTypicalAgeRange | ( | $a_typical_age_range | ) |
Definition at line 36 of file class.ilMD5295TypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::setTypicalAgeRangeLanguage | ( | & | $lng_obj | ) |
Definition at line 44 of file class.ilMD5295TypicalAgeRange.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::setTypicalAgeRangeMaximum | ( | $a_max | ) |
Definition at line 67 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __parseTypicalAgeRange(), and read().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::setTypicalAgeRangeMinimum | ( | $a_min | ) |
Definition at line 59 of file class.ilMD5295TypicalAgeRange.php.
Referenced by __parseTypicalAgeRange(), and read().
Here is the caller graph for this function:| ilMD5295TypicalAgeRange::toXML | ( | & | $writer | ) |
Reimplemented from ilMD5295Base.
Definition at line 174 of file class.ilMD5295TypicalAgeRange.php.
References getTypicalAgeRange(), and getTypicalAgeRangeLanguageCode().
Here is the call graph for this function:| ilMD5295TypicalAgeRange::update | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 93 of file class.ilMD5295TypicalAgeRange.php.
References $DIC, $ilDB, __parseTypicalAgeRange(), and ilMD5295Base\getMetaId().
Here is the call graph for this function: