LEPTON CMS 7.2.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 |
object null | $oTwig = 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 224 of file lepton_tfa.php.
display_fe_pin | ( | $id | ) |
Definition at line 122 of file lepton_tfa.php.
|
static |
Return the instance of this class.
Definition at line 38 of file lepton_tfa.php.
initialize | ( | int | $user_id = -99 | ) |
Definition at line 48 of file lepton_tfa.php.
send_mail | ( | $id = -99 | ) |
Definition at line 281 of file lepton_tfa.php.
set_be_pin | ( | $id | ) |
Definition at line 182 of file lepton_tfa.php.
set_fe_pin | ( | $id = '' | ) |
Definition at line 71 of file lepton_tfa.php.
object null $database = null |
Definition at line 28 of file lepton_tfa.php.
|
static |
Definition at line 30 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 29 of file lepton_tfa.php.
object null $oTwig = null |
Definition at line 27 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.