trait
HasCustomHooks
Traits
Properties
Methods
before(
callable|string $callback)
No description
after(
callable|string $callback)
No description
callable
resolveCallable(
callable|string $callable,
Context $context)
No description
Details
protected callable
resolveCallable(callable|string $callable, Context $context)
void
callBeforeHook(Context $context)
mixed
callAfterHook(Context $context, mixed $data)