Function __global->enforce_declarations

Definitions

sources/users.php

  • Make sure the current member has agreed to the current declarations.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$member_id MEMBER No No required parameter N/A N/A The current member

Preview

Code (PHP)

/**
 * Make sure the current member has agreed to the current declarations.
 *
 * @param  MEMBER $member_id The current member
 */

function enforce_declarations(int $member_id)