xrechnung-kit API reference

Notification
in package

FinalYes

Operator-facing notification dispatched when the pipeline detects a condition that needs human attention (typically: invalid generated XML).

Table of Contents

Properties

$body  : string
$context  : array<string|int, mixed>
$severity  : Severity
$title  : string

Methods

__construct()  : mixed
signature()  : string
Stable signature used by deduplicating decorators. Same title + sorted context-keys + body produce the same signature.

Properties

$context read-only

public array<string|int, mixed> $context = []

Methods

__construct()

public __construct(string $title, string $body[, Severity $severity = Severity::Warning ][, array<string, mixed> $context = [] ]) : mixed
Parameters
$title : string
$body : string
$severity : Severity = Severity::Warning
$context : array<string, mixed> = []

Free-form structured data the channel may include in its payload.

signature()

Stable signature used by deduplicating decorators. Same title + sorted context-keys + body produce the same signature.

public signature() : string
Return values
string

        
On this page

Search results