mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Reformat code
This commit is contained in:
@@ -16,19 +16,19 @@ class EventName
|
||||
const DOWNLOAD_DOCUMENT = 'DownloadDocument';
|
||||
|
||||
// DBObject
|
||||
const DB_OBJECT_LOADED = 'DBObjectLoaded';
|
||||
const DB_OBJECT_RELOAD = 'DBObjectReload';
|
||||
const DB_OBJECT_NEW = 'DBObjectNew';
|
||||
const BEFORE_INSERT = 'BeforeInsert';
|
||||
const DB_OBJECT_KEY_READY = 'DBObjectKeyReady';
|
||||
const AFTER_INSERT = 'AfterInsert';
|
||||
const BEFORE_UPDATE = 'BeforeUpdate';
|
||||
const AFTER_UPDATE = 'AfterUpdate';
|
||||
const BEFORE_DELETE = 'BeforeDelete';
|
||||
const AFTER_DELETE = 'AfterDelete';
|
||||
const BEFORE_APPLY_STIMULUS = 'BeforeApplyStimulus';
|
||||
const AFTER_APPLY_STIMULUS = 'AfterApplyStimulus';
|
||||
const ON_CHECK_TO_WRITE = 'OnCheckToWrite';
|
||||
const DB_OBJECT_LOADED = 'DBObjectLoaded';
|
||||
const DB_OBJECT_RELOAD = 'DBObjectReload';
|
||||
const DB_OBJECT_NEW = 'DBObjectNew';
|
||||
const BEFORE_INSERT = 'BeforeInsert';
|
||||
const DB_OBJECT_KEY_READY = 'DBObjectKeyReady';
|
||||
const AFTER_INSERT = 'AfterInsert';
|
||||
const BEFORE_UPDATE = 'BeforeUpdate';
|
||||
const AFTER_UPDATE = 'AfterUpdate';
|
||||
const BEFORE_DELETE = 'BeforeDelete';
|
||||
const AFTER_DELETE = 'AfterDelete';
|
||||
const BEFORE_APPLY_STIMULUS = 'BeforeApplyStimulus';
|
||||
const AFTER_APPLY_STIMULUS = 'AfterApplyStimulus';
|
||||
const ON_CHECK_TO_WRITE = 'OnCheckToWrite';
|
||||
const ON_CHECK_TO_DELETE = 'OnCheckToDelete';
|
||||
const DISPLAY_OBJECT_DETAILS = 'DisplayObjectDetails';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user