Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс DailyCounterTable
+ Граф наследования:DailyCounterTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static mergeData (array $insert, array $update)
 
static incrementFieldValue ($fieldName, $increment=1)
 
static getCurrentFieldValue ($fieldName)
 
static getRowByDate ($daysLeft=0)
 

Подробное описание

См. определение в файле dailycounter.php строка 31

Методы

◆ getCurrentFieldValue()

static getCurrentFieldValue ( $fieldName)
static

Get current field value.

Аргументы
string$fieldNameField name.
Возвращает
int

См. определение в файле dailycounter.php строка 130

◆ getMap()

static getMap ( )
static

Get map.

Возвращает
array

См. определение в файле dailycounter.php строка 48

◆ getRowByDate()

static getRowByDate ( $daysLeft = 0)
static

Get row by days left.

Аргументы
integer$daysLeftDays left.
Возвращает
array|null

См. определение в файле dailycounter.php строка 147

◆ getTableName()

static getTableName ( )
static

Get table name.

Возвращает
string

См. определение в файле dailycounter.php строка 38

◆ incrementFieldValue()

static incrementFieldValue ( $fieldName,
$increment = 1 )
static

Increment field value.

Аргументы
string$fieldNameField name.
int$incrementIncrement.
Возвращает
void

См. определение в файле dailycounter.php строка 104

◆ mergeData()

static mergeData ( array $insert,
array $update )
static

Merge data.

Аргументы
array$insertInsert data.
array$updateUpdate data.
Возвращает
void

См. определение в файле dailycounter.php строка 81