StaticTriggers
class StaticTriggers
Build a set of simple, literal SQL triggers.
Methods
__construct($triggers)
StaticTriggers constructor.
alterTriggerInfo(array $info, string|NULL $tableFilter = NULL)
Add our list of triggers to the global list.
mixed
getTriggers()
No description
setTriggers(mixed $triggers)
No description
addTrigger($trigger)
No description
Details
at line 55
__construct($triggers)
StaticTriggers constructor.
at line 65
onTriggerInfo(GenericHookEvent $e)
Add our list of triggers to the global list.
at line 80
alterTriggerInfo(array $info, string|NULL $tableFilter = NULL)
Add our list of triggers to the global list.