protected function TfaBasicSms::getAccountNumber in TFA Basic plugins 7
1 call to TfaBasicSms::getAccountNumber()
- TfaBasicSms::sendCode in includes/
tfa_sms.inc - Send the code via the client.
File
- includes/
tfa_sms.inc, line 132
Class
Code
protected function getAccountNumber() {
return $this->mobileNumber;
}