77 lines
2.4 KiB
YAML
77 lines
2.4 KiB
YAML
name: BicValidator
|
|
class_comment: '# * @author Michael Hirschler <michael.vhirsch@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @see https://en.wikipedia.org/wiki/ISO_9362#Structure'
|
|
dependencies:
|
|
- name: Countries
|
|
type: class
|
|
source: Symfony\Component\Intl\Countries
|
|
- 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: PropertyAccessor
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\PropertyAccessor
|
|
- 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: LogicException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\LogicException
|
|
- name: UnexpectedTypeException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
- name: UnexpectedValueException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\UnexpectedValueException
|
|
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: getPropertyAccessor
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
- name: bicAndIbanCountriesMatch
|
|
visibility: private
|
|
parameters:
|
|
- name: bicCountryCode
|
|
- name: ibanCountryCode
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Intl\Countries
|
|
- Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException
|
|
- Symfony\Component\PropertyAccess\Exception\UninitializedPropertyException
|
|
- Symfony\Component\PropertyAccess\PropertyAccess
|
|
- Symfony\Component\PropertyAccess\PropertyAccessor
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\ConstraintValidator
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- Symfony\Component\Validator\Exception\LogicException
|
|
- Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
- Symfony\Component\Validator\Exception\UnexpectedValueException
|
|
interfaces: []
|