67 lines
2 KiB
YAML
67 lines
2 KiB
YAML
name: RangeValidator
|
|
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
|
|
dependencies:
|
|
- name: NoSuchPropertyException
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException
|
|
- name: UninitializedPropertyException
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\Exception\UninitializedPropertyException
|
|
- name: PropertyAccess
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\PropertyAccess
|
|
- name: PropertyAccessorInterface
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\PropertyAccessorInterface
|
|
- name: Constraint
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraint
|
|
- name: ConstraintValidator
|
|
type: class
|
|
source: Symfony\Component\Validator\ConstraintValidator
|
|
- name: ConstraintDefinitionException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- name: UnexpectedTypeException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: propertyAccessor
|
|
default: 'null'
|
|
comment: null
|
|
- name: validate
|
|
visibility: public
|
|
parameters:
|
|
- name: value
|
|
- name: constraint
|
|
comment: null
|
|
- name: getLimit
|
|
visibility: private
|
|
parameters:
|
|
- name: propertyPath
|
|
- name: default
|
|
- name: constraint
|
|
comment: null
|
|
- name: getPropertyAccessor
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
- name: isParsableDatetimeString
|
|
visibility: private
|
|
parameters:
|
|
- name: boundary
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException
|
|
- Symfony\Component\PropertyAccess\Exception\UninitializedPropertyException
|
|
- Symfony\Component\PropertyAccess\PropertyAccess
|
|
- Symfony\Component\PropertyAccess\PropertyAccessorInterface
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\ConstraintValidator
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
interfaces: []
|