См. определение в файле Uuid.php строка 11
◆ __construct()
__construct |
( |
string | $uuid | ) |
|
- Аргументы
-
См. определение в файле Uuid.php строка 39
◆ add()
Method is trying to add a new UUID to the DB via INSERT IGNORE query. If there is already a record with the same UUID, then we will get false.
- Возвращает
- bool
См. определение в файле Uuid.php строка 63
◆ cleanOldRecords()
static cleanOldRecords |
( |
| ) |
|
|
static |
Agent. Deletes old records (older than 30 days) from the table.
- Возвращает
- string
См. определение в файле Uuid.php строка 211
◆ delete()
Deletes UUID record from the DB table.
- Возвращает
- bool
См. определение в файле Uuid.php строка 160
◆ getMessageId()
Returns message ID.
- Возвращает
- int|null
См. определение в файле Uuid.php строка 123
◆ updateIfExpired()
Updates UUID record with current date and time, if it is expired.
- Возвращает
- bool
См. определение в файле Uuid.php строка 194
◆ updateMessageId()
updateMessageId |
( |
int | $messageId | ) |
|
Updates message_id for the certain UUID.
- Аргументы
-
См. определение в файле Uuid.php строка 148
◆ validate()
static validate |
( |
string | $uuid | ) |
|
|
static |
Validates UUIDv4 string.
- Возвращает
- bool
См. определение в файле Uuid.php строка 87
◆ $connection
◆ $sqlHelper