Hookable
Hookable
registerHook()
Register a hook on a router
Hookable$registerHook(stage, handler)
stage
a character string.
handler
a hook function.
registerHooks()
Register hooks on a router
Hookable$registerHooks(handlers)
handlers
a named list of hook functions.
clone()
The objects of this class are cloneable with this method.
Hookable$clone(deep = FALSE)
deep
Whether to make a deep clone.