|
static | getTableName () |
|
static | getMap () |
|
static | log (\CRestServer $server) |
|
static | logHookMethod ($passwordID, $methodName) |
|
static | logMethod ($clientId, $methodName) |
|
static | logEvent ($clientId, $eventName) |
|
static | logPlacement ($clientId, $placementName) |
|
static | logRobot ($clientId, $clientCode) |
|
static | logBizProc ($clientId, string $clientCode) |
|
static | logActivity ($clientId, $clientCode) |
|
static | logConfiguration ($clientId, $clientCode) |
|
static | logMessage ($clientId, $messageType) |
|
static | logLanding ($clientId, $type, $count=1) |
|
static | logLandingKnowledge ($clientId, string $type, int $count=1) |
|
static | logUserInterface ($clientId, string $type, int $count=1) |
|
static | logBISuperset (string $clientId, string $type) |
|
static | finalize () |
|
static | reset () |
|
static | updateByFilter (array $filter, array $fields) |
|
static | deleteByFilter (array $filter) |
|
static | cleanUpAgent () |
|
static | sendAgent () |
|
static | sendDateStat ($date) |
|
|
static | incrementByCount ($entityType, $entityId, $subEntityType, $subEntityName, int $count) |
|
static | increment ($entityType, $entityId, $subEntityType, $subEntityName) |
|
static | getEntityKey ($entityType, $entityId, $subEntityType, $subEntityName) |
|
См. определение в файле usagestat.php строка 56
◆ cleanUpAgent()
◆ deleteByFilter()
static deleteByFilter |
( |
array | $filter | ) |
|
|
static |
◆ finalize()
◆ getEntityKey()
static getEntityKey |
( |
| $entityType, |
|
|
| $entityId, |
|
|
| $subEntityType, |
|
|
| $subEntityName ) |
|
staticprotected |
◆ getMap()
Returns entity map definition.
- Возвращает
- array
См. определение в файле usagestat.php строка 76
◆ getTableName()
Returns DB table name for entity.
- Возвращает
- string
См. определение в файле usagestat.php строка 66
◆ increment()
static increment |
( |
| $entityType, |
|
|
| $entityId, |
|
|
| $subEntityType, |
|
|
| $subEntityName ) |
|
staticprotected |
◆ incrementByCount()
static incrementByCount |
( |
| $entityType, |
|
|
| $entityId, |
|
|
| $subEntityType, |
|
|
| $subEntityName, |
|
|
int | $count ) |
|
staticprotected |
◆ log()
static log |
( |
\CRestServer | $server | ) |
|
|
static |
◆ logActivity()
static logActivity |
( |
| $clientId, |
|
|
| $clientCode ) |
|
static |
◆ logBISuperset()
static logBISuperset |
( |
string | $clientId, |
|
|
string | $type ) |
|
static |
◆ logBizProc()
static logBizProc |
( |
| $clientId, |
|
|
string | $clientCode ) |
|
static |
Saves statistic used application from bizproc
- Аргументы
-
mixed | $clientId | 'ID' or 'CODE' of application |
string | $clientCode | additional information about saving statistic |
См. определение в файле usagestat.php строка 246
◆ logConfiguration()
static logConfiguration |
( |
| $clientId, |
|
|
| $clientCode ) |
|
static |
◆ logEvent()
static logEvent |
( |
| $clientId, |
|
|
| $eventName ) |
|
static |
◆ logHookMethod()
static logHookMethod |
( |
| $passwordID, |
|
|
| $methodName ) |
|
static |
◆ logLanding()
static logLanding |
( |
| $clientId, |
|
|
| $type, |
|
|
| $count = 1 ) |
|
static |
◆ logLandingKnowledge()
static logLandingKnowledge |
( |
| $clientId, |
|
|
string | $type, |
|
|
int | $count = 1 ) |
|
static |
Saves statistic of usage base of knowledge
- Аргументы
-
int | string | $clientId | |
string | $type | |
int | $count | |
См. определение в файле usagestat.php строка 293
◆ logMessage()
static logMessage |
( |
| $clientId, |
|
|
| $messageType ) |
|
static |
◆ logMethod()
static logMethod |
( |
| $clientId, |
|
|
| $methodName ) |
|
static |
◆ logPlacement()
static logPlacement |
( |
| $clientId, |
|
|
| $placementName ) |
|
static |
◆ logRobot()
static logRobot |
( |
| $clientId, |
|
|
| $clientCode ) |
|
static |
◆ logUserInterface()
static logUserInterface |
( |
| $clientId, |
|
|
string | $type, |
|
|
int | $count = 1 ) |
|
static |
◆ reset()
◆ sendAgent()
◆ sendDateStat()
static sendDateStat |
( |
| $date | ) |
|
|
static |
◆ updateByFilter()
static updateByFilter |
( |
array | $filter, |
|
|
array | $fields ) |
|
static |
- Аргументы
-
array | $filter | |
array | $fields | |
См. определение в файле usagestat.php строка 411
◆ $data