platform/api/symfony/Component/Validator/Constraints/Charset.yaml
2024-09-02 10:44:11 -07:00

27 lines
785 B
YAML

name: Charset
class_comment: null
dependencies:
- name: HasNamedArguments
type: class
source: Symfony\Component\Validator\Attribute\HasNamedArguments
- name: Constraint
type: class
source: Symfony\Component\Validator\Constraint
- name: ConstraintDefinitionException
type: class
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: encodings
default: '[]'
- name: message
default: '''The detected character encoding is invalid ({{ detected }}'
comment: null
traits:
- Symfony\Component\Validator\Attribute\HasNamedArguments
- Symfony\Component\Validator\Constraint
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
interfaces: []