|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilMD5295Requirement:
Collaboration diagram for ilMD5295Requirement:Public Member Functions | |
| setOrCompositeId ($a_or_composite_id) | |
| getOrCompositeId () | |
| setOperatingSystemName ($a_val) | |
| getOperatingSystemName () | |
| setOperatingSystemMinimumVersion ($a_val) | |
| getOperatingSystemMinimumVersion () | |
| setOperatingSystemMaximumVersion ($a_val) | |
| getOperatingSystemMaximumVersion () | |
| setBrowserName ($a_val) | |
| getBrowserName () | |
| setBrowserMinimumVersion ($a_val) | |
| getBrowserMinimumVersion () | |
| setBrowserMaximumVersion ($a_val) | |
| getBrowserMaximumVersion () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
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, $a_or_composite_id=0) |
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.ilMD5295Requirement.php.
| ilMD5295Requirement::__getFields | ( | ) |
Definition at line 169 of file class.ilMD5295Requirement.php.
References getBrowserMaximumVersion(), getBrowserMinimumVersion(), getBrowserName(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), getOperatingSystemMaximumVersion(), getOperatingSystemMinimumVersion(), getOperatingSystemName(), getOrCompositeId(), ilMD5295Base\getParentId(), ilMD5295Base\getParentType(), and ilMD5295Base\getRBACId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Reimplemented in ilMD5295OrComposite.
Definition at line 246 of file class.ilMD5295Requirement.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD5295OrComposite\getRequirementIds(), and ilMD5295Technical\getRequirementIds().
Here is the caller graph for this function:| ilMD5295Requirement::delete | ( | ) |
Reimplemented from ilMD5295Base.
Reimplemented in ilMD5295OrComposite.
Definition at line 153 of file class.ilMD5295Requirement.php.
References $DIC, $ilDB, $query, $res, and ilMD5295Base\getMetaId().
Here is the call graph for this function:| ilMD5295Requirement::getBrowserMaximumVersion | ( | ) |
Definition at line 114 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getBrowserMinimumVersion | ( | ) |
Definition at line 106 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getBrowserName | ( | ) |
Definition at line 98 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getOperatingSystemMaximumVersion | ( | ) |
Definition at line 78 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getOperatingSystemMinimumVersion | ( | ) |
Definition at line 70 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getOperatingSystemName | ( | ) |
Definition at line 62 of file class.ilMD5295Requirement.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295Requirement::getOrCompositeId | ( | ) |
Reimplemented in ilMD5295OrComposite.
Definition at line 40 of file class.ilMD5295Requirement.php.
Referenced by __getFields().
Here is the caller graph for this function:| ilMD5295Requirement::read | ( | ) |
Definition at line 185 of file class.ilMD5295Requirement.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMD5295Base\getMetaId(), setBrowserMaximumVersion(), setBrowserMinimumVersion(), setBrowserName(), ilMD5295Base\setObjId(), ilMD5295Base\setObjType(), setOperatingSystemMaximumVersion(), setOperatingSystemMinimumVersion(), setOperatingSystemName(), setOrCompositeId(), ilMD5295Base\setParentId(), ilMD5295Base\setParentType(), and ilMD5295Base\setRBACId().
Here is the call graph for this function:| ilMD5295Requirement::save | ( | ) |
Reimplemented from ilMD5295Base.
Reimplemented in ilMD5295OrComposite.
Definition at line 119 of file class.ilMD5295Requirement.php.
References $DIC, $ilDB, __getFields(), ilMD5295Base\getMetaId(), and ilMD5295Base\setMetaId().
Here is the call graph for this function:| ilMD5295Requirement::setBrowserMaximumVersion | ( | $a_val | ) |
Definition at line 110 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setBrowserMinimumVersion | ( | $a_val | ) |
Definition at line 102 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setBrowserName | ( | $a_val | ) |
Definition at line 82 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setOperatingSystemMaximumVersion | ( | $a_val | ) |
Definition at line 74 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setOperatingSystemMinimumVersion | ( | $a_val | ) |
Definition at line 66 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setOperatingSystemName | ( | $a_val | ) |
Definition at line 46 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::setOrCompositeId | ( | $a_or_composite_id | ) |
Reimplemented in ilMD5295OrComposite.
Definition at line 36 of file class.ilMD5295Requirement.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Requirement::toXML | ( | & | $writer | ) |
Reimplemented from ilMD5295Base.
Reimplemented in ilMD5295OrComposite.
Definition at line 221 of file class.ilMD5295Requirement.php.
References getBrowserMaximumVersion(), getBrowserMinimumVersion(), getBrowserName(), getOperatingSystemMaximumVersion(), getOperatingSystemMinimumVersion(), and getOperatingSystemName().
Here is the call graph for this function:| ilMD5295Requirement::update | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 135 of file class.ilMD5295Requirement.php.
References $DIC, $ilDB, and ilMD5295Base\getMetaId().
Here is the call graph for this function: