| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilRating:
 Collaboration diagram for ilRating:| Static Public Member Functions | |
| static | writeRatingForUserAndObject ($a_obj_id, $a_obj_type, $a_sub_obj_id, $a_sub_obj_type, $a_user_id, $a_rating) | 
| Write rating for a user and an object. | |
| static | getRatingForUserAndObject ($a_obj_id, $a_obj_type, $a_sub_obj_id, $a_sub_obj_type, $a_user_id) | 
| Get rating for a user and an object. | |
| static | getOverallRatingForObject ($a_obj_id, $a_obj_type, $a_sub_obj_id, $a_sub_obj_type) | 
| Get overall rating for an object. | |
| 
 | static | 
Get overall rating for an object.
| int | $a_obj_id | Object ID | 
| string | $a_obj_type | Object Type | 
| int | $a_sub_obj_id | Subobject ID | 
| string | $a_sub_obj_type | Subobject Type | 
Definition at line 87 of file class.ilRating.php.
References $ilDB.
Referenced by ilRatingGUI\getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get rating for a user and an object.
| int | $a_obj_id | Object ID | 
| string | $a_obj_type | Object Type | 
| int | $a_sub_obj_id | Subobject ID | 
| string | $a_sub_obj_type | Subobject Type | 
| int | $a_user_id | User ID | 
Definition at line 63 of file class.ilRating.php.
References $ilDB.
Referenced by ilRatingGUI\getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Write rating for a user and an object.
| int | $a_obj_id | Object ID | 
| string | $a_obj_type | Object Type | 
| int | $a_sub_obj_id | Subobject ID | 
| string | $a_sub_obj_type | Subobject Type | 
| int | $a_user_id | User ID | 
| int | $a_rating | Rating | 
Definition at line 27 of file class.ilRating.php.
References $ilDB.
Referenced by ilRatingGUI\saveRating().
 Here is the caller graph for this function:
 Here is the caller graph for this function: