Function __global->actualise_credit_rating_points

Definitions

sources/feedback.php

  • Credit points to the current member for rating.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$feedback_type ID_TEXT No No required parameter N/A N/A The type of content (downloads, etc) that was rated
$content_id ID_TEXT No No required parameter N/A N/A The ID of the content that was rated

Preview

Code (PHP)

/**
 * Credit points to the current member for rating.
 *
 * @param  ID_TEXT $feedback_type The type of content (downloads, etc) that was rated
 * @param  ID_TEXT $content_id The ID of the content that was rated
 */

function actualise_credit_rating_points(string $feedback_type, string $content_id)