LEPTON CMS 7.4.0
feel free to keep it strictly simple...
|
Public Member Functions | |
initialize (int $user_id=-99) | |
set_fe_pin ($id='') | |
display_fe_pin ( $id) | |
set_be_pin ( $id) | |
display_be_pin ( $id) | |
send_mail ( $id=-99) | |
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
bool | $key_new = false |
string | $pin = '-1' |
string | $pin_encode = '-1' |
int | $user_id = -99 |
int | $iCodeExpires = 3600 |
object null | $oTwig = null |
object null | $oAC = null |
object null | $database = null |
object null | $mailer = null |
Static Public Attributes | |
static | $instance |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 20 of file lepton_tfa.php.
display_be_pin | ( | $id | ) |
Definition at line 245 of file lepton_tfa.php.
display_fe_pin | ( | $id | ) |
Definition at line 132 of file lepton_tfa.php.
|
static |
Return the instance of this class.
Definition at line 40 of file lepton_tfa.php.
initialize | ( | int | $user_id = -99 | ) |
Definition at line 50 of file lepton_tfa.php.
send_mail | ( | $id = -99 | ) |
Definition at line 313 of file lepton_tfa.php.
set_be_pin | ( | $id | ) |
Definition at line 204 of file lepton_tfa.php.
set_fe_pin | ( | $id = '' | ) |
Definition at line 83 of file lepton_tfa.php.
object null $database = null |
Definition at line 30 of file lepton_tfa.php.
int $iCodeExpires = 3600 |
Definition at line 26 of file lepton_tfa.php.
|
static |
Definition at line 32 of file lepton_tfa.php.
bool $key_new = false |
Definition at line 22 of file lepton_tfa.php.
object null $mailer = null |
Definition at line 31 of file lepton_tfa.php.
object null $oAC = null |
Definition at line 29 of file lepton_tfa.php.
object null $oTwig = null |
Definition at line 28 of file lepton_tfa.php.
string $pin = '-1' |
Definition at line 23 of file lepton_tfa.php.
string $pin_encode = '-1' |
Definition at line 24 of file lepton_tfa.php.
int $user_id = -99 |
Definition at line 25 of file lepton_tfa.php.