com\setasign\Konquadrat\Workflow\Validator

ValidationError

File: /Konquadrat/src/Workflow/Validator/ValidationError.php

Class hierarchy

Summary

Properties

$allowedValues

$errorCode


Methods

__construct()

public ValidationError::__construct (
string $errorCode,
mixed $allowedValues = null
)
Parameters
$errorCode : string
 
$allowedValues : mixed
 

getAllowedValues()

public ValidationError::getAllowedValues (
void
): ?mixed

getErrorCode()

public ValidationError::getErrorCode (
void
): string