Oihana PHP System

NoticeType uses ConstantsTrait

The enumeration of the model's notice types.

Table of Contents

Constants

AFTER_DELETE  : string = 'afterDelete'
AFTER_INSERT  : string = 'afterInsert'
AFTER_REPLACE  : string = 'afterReplace'
AFTER_TRUNCATE  : string = 'afterTruncate'
AFTER_UPDATE  : string = 'afterReplace'
AFTER_UPSERT  : string = 'afterUpsert'
BEFORE_DELETE  : string = 'beforeDelete'
BEFORE_INSERT  : string = 'beforeInsert'
BEFORE_REPLACE  : string = 'beforeReplace'
BEFORE_TRUNCATE  : string = 'beforeTruncate'
BEFORE_UPDATE  : string = 'beforeUpdate'
BEFORE_UPSERT  : string = 'beforeUpsert'

Constants

AFTER_DELETE

public string AFTER_DELETE = 'afterDelete'

AFTER_INSERT

public string AFTER_INSERT = 'afterInsert'

AFTER_REPLACE

public string AFTER_REPLACE = 'afterReplace'

AFTER_TRUNCATE

public string AFTER_TRUNCATE = 'afterTruncate'

AFTER_UPDATE

public string AFTER_UPDATE = 'afterReplace'

AFTER_UPSERT

public string AFTER_UPSERT = 'afterUpsert'

BEFORE_DELETE

public string BEFORE_DELETE = 'beforeDelete'

BEFORE_INSERT

public string BEFORE_INSERT = 'beforeInsert'

BEFORE_REPLACE

public string BEFORE_REPLACE = 'beforeReplace'

BEFORE_TRUNCATE

public string BEFORE_TRUNCATE = 'beforeTruncate'

BEFORE_UPDATE

public string BEFORE_UPDATE = 'beforeUpdate'

BEFORE_UPSERT

public string BEFORE_UPSERT = 'beforeUpsert'
On this page

Search results