| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Storage of course attributes for assignment rules. More...
 Collaboration diagram for ilECSCourseAttribute:
 Collaboration diagram for ilECSCourseAttribute:| Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. | |
| getId () | |
| Get id. | |
| setServerId ($a_server_id) | |
| getServerId () | |
| setMid ($a_mid) | |
| getMid () | |
| setName ($a_name) | |
| getName () | |
| Get name. | |
| delete () | |
| Delete attribute  type $ilDB. | |
| save () | |
| Save a new entry  type $ilDB. | |
| Protected Member Functions | |
| read () | |
| read active attributes | |
| Private Attributes | |
| $id = 0 | |
| $server_id = 0 | |
| $mid = 0 | |
| $name = '' | |
Storage of course attributes for assignment rules.
Definition at line 10 of file class.ilECSCourseAttribute.php.
| ilECSCourseAttribute::__construct | ( | $a_id = 0 | ) | 
Constructor.
| int | $attribute_id | 
Definition at line 21 of file class.ilECSCourseAttribute.php.
References read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSCourseAttribute::delete | ( | ) | 
| ilECSCourseAttribute::getId | ( | ) | 
| ilECSCourseAttribute::getMid | ( | ) | 
Definition at line 52 of file class.ilECSCourseAttribute.php.
References $mid.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCourseAttribute::getName | ( | ) | 
Get name.
Definition at line 67 of file class.ilECSCourseAttribute.php.
References $name.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCourseAttribute::getServerId | ( | ) | 
Definition at line 42 of file class.ilECSCourseAttribute.php.
References $server_id.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
read active attributes
Definition at line 114 of file class.ilECSCourseAttribute.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, getId(), and setName().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCourseAttribute::save | ( | ) | 
Save a new entry type $ilDB.
Definition at line 92 of file class.ilECSCourseAttribute.php.
References $query, getId(), getMid(), getName(), and getServerId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilECSCourseAttribute::setMid | ( | $a_mid | ) | 
Definition at line 47 of file class.ilECSCourseAttribute.php.
| ilECSCourseAttribute::setName | ( | $a_name | ) | 
Definition at line 58 of file class.ilECSCourseAttribute.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSCourseAttribute::setServerId | ( | $a_server_id | ) | 
Definition at line 37 of file class.ilECSCourseAttribute.php.
| 
 | private | 
Definition at line 12 of file class.ilECSCourseAttribute.php.
Referenced by getId().
| 
 | private | 
Definition at line 14 of file class.ilECSCourseAttribute.php.
Referenced by getMid().
| 
 | private | 
Definition at line 15 of file class.ilECSCourseAttribute.php.
Referenced by getName().
| 
 | private | 
Definition at line 13 of file class.ilECSCourseAttribute.php.
Referenced by getServerId().