Oihana PHP System

NoticeType uses ConstantsTrait

The enumeration of the model's notice types.

Table of Contents

Constants

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

Constants

AFTER_DELETE

public mixed AFTER_DELETE = 'afterDelete'

AFTER_INSERT

public mixed AFTER_INSERT = 'afterInsert'

AFTER_REPLACE

public mixed AFTER_REPLACE = 'afterReplace'

AFTER_TRUNCATE

public mixed AFTER_TRUNCATE = 'afterTruncate'

AFTER_UPDATE

public mixed AFTER_UPDATE = 'afterReplace'

AFTER_UPSERT

public mixed AFTER_UPSERT = 'afterUpsert'

BEFORE_DELETE

public mixed BEFORE_DELETE = 'beforeDelete'

BEFORE_INSERT

public mixed BEFORE_INSERT = 'beforeInsert'

BEFORE_REPLACE

public mixed BEFORE_REPLACE = 'beforeReplace'

BEFORE_TRUNCATE

public mixed BEFORE_TRUNCATE = 'beforeTruncate'

BEFORE_UPDATE

public mixed BEFORE_UPDATE = 'beforeUpdate'

BEFORE_UPSERT

public mixed BEFORE_UPSERT = 'beforeUpsert'

        
On this page

Search results