Home
last modified time | relevance | path

Searched refs:_settingGet (Results 1 – 3 of 3) sorted by relevance

/plugin/twofactorsmsgateway/
H A Dhelper.php23 $phone = $this->_settingGet("phone", '');
36 $provider = $this->_settingGet("provider",$providers[0]);
65 $oldphone = $this->_settingGet("phone", '');
101 $oldprovider = $this->_settingGet("provider", '');
113 if (!is_null($changed) && $this->_settingGet("provider", '') != '') {
133 $phone = $this->_settingGet("phone");
148 $gateway = $this->_settingGet("provider");
/plugin/twofactorsmsappliance/
H A Dhelper.php23 $phone = $this->_settingGet("phone", '');
54 $oldphone = $this->_settingGet("phone", '');
104 $number = $this->_settingGet("phone", null);
/plugin/twofactoryubiauth/
H A Dhelper.php36 …$elements[] = form_makeTextField('yubiauth_showPublicID', $this->_settingGet("publicID"), $this->g…
127 $publicID = $this->_settingGet("publicID",'', $user);