См. определение в файле dailycounter.php строка 31
◆ getCurrentFieldValue()
static getCurrentFieldValue |
( |
| $fieldName | ) |
|
|
static |
Get current field value.
- Аргументы
-
string | $fieldName | Field name. |
- Возвращает
- int
См. определение в файле dailycounter.php строка 130
◆ getMap()
◆ getRowByDate()
static getRowByDate |
( |
| $daysLeft = 0 | ) |
|
|
static |
Get row by days left.
- Аргументы
-
integer | $daysLeft | Days left. |
- Возвращает
- array|null
См. определение в файле dailycounter.php строка 147
◆ getTableName()
◆ incrementFieldValue()
static incrementFieldValue |
( |
| $fieldName, |
|
|
| $increment = 1 ) |
|
static |
Increment field value.
- Аргументы
-
string | $fieldName | Field name. |
int | $increment | Increment. |
- Возвращает
- void
См. определение в файле dailycounter.php строка 104
◆ mergeData()
static mergeData |
( |
array | $insert, |
|
|
array | $update ) |
|
static |
Merge data.
- Аргументы
-
array | $insert | Insert data. |
array | $update | Update data. |
- Возвращает
- void
См. определение в файле dailycounter.php строка 81