Package DE_EPAGES::Trigger::API::Trigger
This package collects functions for hooks.
@EXPORT_OK |
Functions
TriggerHook
Checks if external functions are hooked at this point and calls them if so. If multiple functions are hooked to the same hook they are called in the appropriate order. If the hook name does not exist, the function DIEs. The $hArgs hash is passed to each called function which can manipulate it.
Syntax |
TriggerHook($HookName, $hArgs); |
Example |
TriggerHook('OBJ_DeleteObject', { Object => $self }); |
Input |
|