ValidationTrace
Tiny immutable description of what we validated (for debugging/parity tests).
Synopsis
Section titled “Synopsis”final readonly class ValidationTrace
| Source | Execution/ValidationService.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$action | string | readonly. |
$configFile | ?``string | readonly. |
$module | string | readonly. |
$validatorsLoaded | array | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(string $module, string $action, array<string> $validatorsLoaded = [], ?string $configFile = null): mixed
| Parameter | Type | Description |
|---|---|---|
$module | string | |
$action | string | |
$validatorsLoaded | array``<``string``> | |
$configFile | ?``string |
Returns mixed