\Hubleto\Framework\Interfaces\HookManagerInterface
Methods
ƒ init
public init(): void
ƒ log
public log(string $msg): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$msg |
string |
ƒ addHook
public addHook(string $hookClass): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$hookClass |
string |
ƒ getHooks
public getHooks(): array
ƒ run
public run(string $trigger, array $args): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$trigger |
string | |
$args |
array |
