Container
Less than 1 minute
Container
Base process container used by agent-side Warlock components.
class Container extends \Hazaar\Warlock\Agent\ProcessMethods
createConnection
Creates the default pipe connection used for local agent IPC.
public createConnection(Protocol $protocol, ?string $guid): falseParameters
| Parameter | Type | Description |
|---|---|---|
$protocol | Protocol | |
$guid | string |
beforeEvent
Hook executed before endpoint invocation.
public beforeEvent(mixed $params): boolParameters
| Parameter | Type | Description |
|---|---|---|
$params | mixed |
afterEvent
Hook executed after endpoint invocation.
public afterEvent(mixed $result, mixed $params): voidParameters
| Parameter | Type | Description |
|---|---|---|
$result | mixed | |
$params | mixed |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000