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

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

static getTableName ()
 
static getMap ()
 
static mergeData (array $insert, array $update)
 
static incrementByCode ($code, $increment=1)
 
static getValueByCode ($code)
 
static resetValueByCode ($code)
 

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

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

Методы

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ getValueByCode()

static getValueByCode ( $code)
static

Get value by code.

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

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

◆ incrementByCode()

static incrementByCode ( $code,
$increment = 1 )
static

Increment value.

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

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

◆ mergeData()

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

Merge data.

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

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

◆ resetValueByCode()

static resetValueByCode ( $code)
static

Get value by code.

Аргументы
string$codeCode.
Возвращает
bool

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