mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
💡 N°4558 Add PHPDoc
This commit is contained in:
@@ -540,9 +540,17 @@ class FileLog
|
||||
class LogChannels
|
||||
{
|
||||
const APC = 'apc';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
* @since 2.7.7 N°4558 use this new channel when logging DB transactions
|
||||
*/
|
||||
const CMDBSOURCE = 'cmdbsource';
|
||||
|
||||
const DEADLOCK = 'DeadLock';
|
||||
|
||||
const INLINE_IMAGE = 'InlineImage';
|
||||
|
||||
const PORTAL = 'portal';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user