|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Storage of course attributes for assignment rules. More...
Collaboration diagram for ilECSCourseAttribute:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. More... | |
| getId () | |
| Get id. More... | |
| setServerId ($a_server_id) | |
| getServerId () | |
| setMid ($a_mid) | |
| getMid () | |
| setName ($a_name) | |
| getName () | |
| Get name. More... | |
| delete () | |
| Delete attribute @global type $ilDB. More... | |
| save () | |
| Save a new entry @global type $ilDB. More... | |
Protected Member Functions | |
| read () | |
| read active attributes More... | |
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:| 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:| 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:| 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:
|
protected |
read active attributes
Definition at line 114 of file class.ilECSCourseAttribute.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getId(), and setName().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSCourseAttribute::save | ( | ) |
Save a new entry @global type $ilDB.
Definition at line 92 of file class.ilECSCourseAttribute.php.
References $ilDB, $query, getId(), getMid(), getName(), and getServerId().
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:| 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().