Function Parental_controls_loader->pcv__parental_consent

Definitions

sources/cns_parental_controls.php

  • Validate / parse the parental_consent control.
  • Visibility: private
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$guid ID_TEXT No No required parameter N/A N/A The GUID of the control to parse

Preview

Code (PHP)

/**
 * Validate / parse the parental_consent control.
 *
 * @param  ID_TEXT $guid The GUID of the control to parse
 */

private function pcv__parental_consent(string $guid)