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

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

static getTableName ()
 
static getMap ()
 
static log (\CRestServer $server, $data)
 
static checkEntry (\CRestServer $server)
 
static addEntry (\CRestServer $server, $data)
 
static filterResponseData (&$data)
 
static getCountAll ()
 
static clearAll ()
 
static cleanUpAgent ()
 

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

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

Методы

◆ addEntry()

static addEntry ( \CRestServer $server,
$data )
static

Adds a log entry.

Аргументы
\CRestServer$serverREST call context.
string$dataResponse content.
Возвращает
void

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

◆ checkEntry()

static checkEntry ( \CRestServer $server)
static

Checks if logging is applicable to the rest call.

Аргументы
\CRestServer$serverREST call context.
Возвращает
void

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

◆ cleanUpAgent()

static cleanUpAgent ( )
static

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

◆ clearAll()

static clearAll ( )
static

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

◆ filterResponseData()

static filterResponseData ( & $data)
static

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

◆ getCountAll()

static getCountAll ( )
static

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ log()

static log ( \CRestServer $server,
$data )
static

Checks if logging is applicable to the data and logs it if this is the case.

Аргументы
\CRestServer$serverREST call context.
string$dataResponse content.
Возвращает
void
См. также
\Bitrix\Rest\Log::checkEntry
\Bitrix\Rest\Log::addEntry

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