api/symfony/Component/Validator/Tests/Constraints/Fixtures/WhenTestWithAttributes.yaml

41 lines
946 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: WhenTestWithAttributes
class_comment: null
dependencies:
- name: Callback
type: class
source: Symfony\Component\Validator\Constraints\Callback
- name: NotBlank
type: class
source: Symfony\Component\Validator\Constraints\NotBlank
- name: NotNull
type: class
source: Symfony\Component\Validator\Constraints\NotNull
- name: When
type: class
source: Symfony\Component\Validator\Constraints\When
properties:
- name: foo
visibility: private
comment: null
- name: bar
visibility: private
comment: null
- name: qux
visibility: private
comment: null
methods:
- name: getBaz
visibility: public
parameters: []
comment: null
- name: callback
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Validator\Constraints\Callback
- Symfony\Component\Validator\Constraints\NotBlank
- Symfony\Component\Validator\Constraints\NotNull
- Symfony\Component\Validator\Constraints\When
interfaces: []