# HookInterface
Chevere\Interfaces\Pluggable\Plug\Hook\HookInterface
# Extends
# Description
Describes the component in charge of defining a hook plug.
# Methods
# __invoke()
Executes the hook listener.
# Parameters
$argument
RETURN
void
# anchor()
Plugs at anchor.
RETURN
string
# at()
Plugs at class name.
RETURN
string
# priority()
Plugs at priority.
RETURN
int