ValidatorSource
A discovered (or explicitly given) validators.xml file, ready to be parsed into a ValidatorPlan.
Synopsis
Section titled “Synopsis”final class ValidatorSource
| Since | 1.0.0 |
| Source | Validator/Compiler/ValidatorSource.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$environment | ?``string | readonly. |
$path | string | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(string $path, ?string $environment = null): mixed
| Parameter | Type | Description |
|---|---|---|
$path | string | |
$environment | ?``string |
Returns mixed