См. определение в файле shortcode.php строка 15
◆ __construct()
ShortCode constructor.
- Аргументы
-
Context | $context | Contains userId |
string | $type | Currently 'email' only |
См. определение в файле shortcode.php строка 30
◆ checkDateSent()
Checks if previous dispatch time is outside the interval.
- Возвращает
- Main\Result
См. определение в файле shortcode.php строка 108
◆ deleteByUser()
static deleteByUser |
( |
| $userId | ) |
|
|
static |
◆ generate()
Generates a 6-number code.
- Возвращает
- bool|string
См. определение в файле shortcode.php строка 45
◆ getUser()
◆ load()
◆ saveDateSent()
Saves last sent date.
- Возвращает
- bool
См. определение в файле shortcode.php строка 140
◆ verify()
Verifies the 6-number code.
- Аргументы
-
- Возвращает
- Main\Result
См. определение в файле shortcode.php строка 62
◆ $checkInterval
◆ $code
◆ $context
◆ $resendInterval
◆ $type