Function __global->actualise_specific_rating
Definitions
sources/feedback.php
- Implement a rating at the quantum level.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$rating | ?integer | required parameter | N/A | N/A | Rating given (null: unrate) |
$page_name | ID_TEXT | required parameter | N/A | N/A | The page name the rating is on |
$member_id | MEMBER | required parameter | N/A | N/A | The member doing the rating |
$feedback_type | ID_TEXT | required parameter | N/A | N/A | The type (downloads, etc) that this rating is for |
$type | ID_TEXT | required parameter | N/A | N/A | The second level type (probably blank) |
$content_id | ID_TEXT | required parameter | N/A | N/A | The ID of the type that this rating is for |
$content_url | mixed | required parameter | N/A | N/A | The URL to where the commenting will pass back to (to put into the comment topic header) (URLPATH or Tempcode) |
$content_title | ?string | required parameter | N/A | N/A | The title to where the commenting will pass back to (to put into the comment topic header) (null: don't know) |