|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Storage of course attributes for assignment rules. More...
Collaboration diagram for ilECSCourseAttributes:Public Member Functions | |
| __construct ($a_server_id, $a_mid) | |
| Constructor. More... | |
| getAttributes () | |
| Get current attributes. More... | |
| getFirstAttribute () | |
| Get first defined attribute. More... | |
| getFirstAttributeName () | |
| Get first attribute name. More... | |
| getAttributeSequence ($a_last_attribute) | |
| Get attribute sequence. More... | |
| getUpperAttributes ($a_name) | |
| Get upper attributes in hierarchy. More... | |
| getNextAttributeName ($a_name) | |
| Get next attribute name in sequence. More... | |
| getPreviousAttributeName ($a_name) | |
| Get next attribute name in sequence. More... | |
| getAttributeValues () | |
| Get active attribute values. More... | |
| delete () | |
| Delete all mappings. More... | |
Static Public Member Functions | |
| static | getInstance ($a_server_id, $a_mid) |
| Get instance. More... | |
Protected Member Functions | |
| read () | |
| Read attributes @global type $ilDB. More... | |
Private Attributes | |
| $server_id = 0 | |
| $mid = 0 | |
| $attributes = array() | |
Static Private Attributes | |
| static | $instances = null |
Storage of course attributes for assignment rules.
Definition at line 12 of file class.ilECSCourseAttributes.php.
| ilECSCourseAttributes::__construct | ( | $a_server_id, | |
| $a_mid | |||
| ) |
Constructor.
Definition at line 24 of file class.ilECSCourseAttributes.php.
References read().
Here is the call graph for this function:| ilECSCourseAttributes::delete | ( | ) |
Delete all mappings.
Definition at line 199 of file class.ilECSCourseAttributes.php.
References getAttributes().
Here is the call graph for this function:| ilECSCourseAttributes::getAttributes | ( | ) |
Get current attributes.
Definition at line 51 of file class.ilECSCourseAttributes.php.
References $attributes.
Referenced by delete(), getAttributeSequence(), getAttributeValues(), getFirstAttribute(), getNextAttributeName(), getPreviousAttributeName(), and getUpperAttributes().
Here is the caller graph for this function:| ilECSCourseAttributes::getAttributeSequence | ( | $a_last_attribute | ) |
Get attribute sequence.
| type | $a_last_attribute |
Definition at line 87 of file class.ilECSCourseAttributes.php.
References getAttributes().
Here is the call graph for this function:| ilECSCourseAttributes::getAttributeValues | ( | ) |
Get active attribute values.
Definition at line 186 of file class.ilECSCourseAttributes.php.
References getAttributes().
Here is the call graph for this function:| ilECSCourseAttributes::getFirstAttribute | ( | ) |
Get first defined attribute.
Definition at line 60 of file class.ilECSCourseAttributes.php.
References getAttributes().
Referenced by getFirstAttributeName().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSCourseAttributes::getFirstAttributeName | ( | ) |
Get first attribute name.
Definition at line 73 of file class.ilECSCourseAttributes.php.
References getFirstAttribute().
Referenced by getNextAttributeName().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get instance.
| type | $a_server_id | |
| type | $a_mid |
Definition at line 38 of file class.ilECSCourseAttributes.php.
Referenced by ilECSMappingSettingsGUI\cAddAttribute(), ilECSMappingSettingsGUI\cAttributes(), ilECSMappingSettingsGUI\cDeleteAttribute(), ilECSMappingSettingsGUI\cInitMappingForm(), ilECSMappingSettingsGUI\initFormCSettings(), and ilECSMappingSettingsGUI\setSubTabs().
Here is the caller graph for this function:| ilECSCourseAttributes::getNextAttributeName | ( | $a_name | ) |
Get next attribute name in sequence.
| string | $a_name |
Definition at line 134 of file class.ilECSCourseAttributes.php.
References getAttributes(), and getFirstAttributeName().
Here is the call graph for this function:| ilECSCourseAttributes::getPreviousAttributeName | ( | $a_name | ) |
Get next attribute name in sequence.
| string | $a_name |
Definition at line 160 of file class.ilECSCourseAttributes.php.
References getAttributes().
Here is the call graph for this function:| ilECSCourseAttributes::getUpperAttributes | ( | $a_name | ) |
Get upper attributes in hierarchy.
| type | $a_name |
Definition at line 109 of file class.ilECSCourseAttributes.php.
References getAttributes().
Here is the call graph for this function:
|
protected |
Read attributes @global type $ilDB.
Definition at line 213 of file class.ilECSCourseAttributes.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 19 of file class.ilECSCourseAttributes.php.
Referenced by getAttributes().
|
staticprivate |
Definition at line 14 of file class.ilECSCourseAttributes.php.
|
private |
Definition at line 17 of file class.ilECSCourseAttributes.php.
|
private |
Definition at line 16 of file class.ilECSCourseAttributes.php.