41 lines
946 B
YAML
41 lines
946 B
YAML
|
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: []
|