Themosis\Hook\IHook::run PHP Method

run() public method

Run all events registered with the hook.
public run ( string $hook, mixed $args = null ) : mixed
$hook string The event hook name.
$args mixed
return mixed
    public function run($hook, $args = null);