Function __global->get_rating_box
Definitions
sources/feedback.php
- Get Tempcode for doing ratings (sits above get_rating_simple_array).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$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, but not first post so not important) |
$feedback_type | ID_TEXT | required parameter | N/A | N/A | The type (downloads, etc) that this rating is for |
$content_id | ID_TEXT | required parameter | N/A | N/A | The ID of the type that this rating is for |
$allow_rating | boolean | required parameter | N/A | N/A | Whether this resource allows rating (if not, this function does nothing - but it's nice to move out this common logic into the shared function) |
$submitter | ?MEMBER | Null | N/A | N/A | Content owner (null: none) |
Return
- Tempcode for complete rating box
- Type: Tempcode
- Set: N/A
- Range: N/A