VS::RuleEngine::Hook - Interface for hooks.


VS-RuleEngine documentation  | view source Contained in the VS-RuleEngine distribution.

Index


NAME

Top

VS::RuleEngine::Hook - Interface for hooks.

INTERFACE

Top

CLASS METHODS

new

Called when a new instance is requested.

INSTANCE METHODS

invoke

Runs the hook. Must return KV_ABORT (to abort processing) or KV_CONTINUE.

For arguments passed to this method see Arguments in VS::RuleEngine::Constants.


VS-RuleEngine documentation  | view source Contained in the VS-RuleEngine distribution.