Property | Type | Description | |
---|---|---|---|
$context | ExecutionContextInterface2Dot5 |
Method | Description | |
---|---|---|
initialize ( Symfony\Component\Validator\Context\ExecutionContextInterface $context ) |
Method | Description | |
---|---|---|
formatTypeOf ( mixed $value ) : string | Returns a string representation of the type of the value. | |
formatValue ( mixed $value, integer $format ) : string | Returns a string representation of the value. | |
formatValues ( array $values, integer $format ) : string | Returns a string representation of a list of values. |
protected formatTypeOf ( mixed $value ) : string | ||
$value | mixed | The value to return the type of |
return | string | The type of the value |
public initialize ( Symfony\Component\Validator\Context\ExecutionContextInterface $context ) | ||
$context | Symfony\Component\Validator\Context\ExecutionContextInterface |