public function TfaBasicSmsSetup::__construct in TFA Basic plugins 7
Plugin constructor.
Parameters
array $context: Context of current TFA process. Must include key:
- 'uid' Account uid of user in TFA process.
May include keys:
- 'validate_context' Plugin-specific context for use during Tfa validation.
- 'setup_context' Plugin-specific context for use during TfaSetup.
Overrides TfaBasicSms::__construct
File
- includes/
tfa_sms.inc, line 187
Class
- TfaBasicSmsSetup
- Class TfaBasicSmsSetup
Code
public function __construct(array $context, $mobile_number, $client) {
parent::__construct($context, $mobile_number, $client);
}