ValidatorSchemaMapper
The ValidatorSchemaMapper class. It carries no description of its own yet.
Synopsis
Section titled “Synopsis”final class ValidatorSchemaMapper
| Source | Compiler/ValidatorSchemaMapper.php |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(): mixed
Returns mixed
Methods
Section titled “Methods”| Method | Description |
|---|---|
| [`toInputSchema(ValidatorPlan $plan, string $methodToken): array<string, mixed> | null`](#toinputschema) |
toInputSchema()
Section titled “toInputSchema()”public function toInputSchema(ValidatorPlan $plan, string $methodToken): array<string, mixed>|null
| Parameter | Type | Description |
|---|---|---|
$plan | ValidatorPlan | |
$methodToken | string |
Returns array``<``string``, ``mixed``>``|``null