46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
|
name: Sequentially
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: constraints
|
||
|
default: 'null'
|
||
|
- name: groups
|
||
|
default: 'null'
|
||
|
- name: payload
|
||
|
default: 'null'
|
||
|
comment: "# * Use this constraint to sequentially validate nested constraints.\n\
|
||
|
# * Validation for the nested constraints collection will stop at first violation.\n\
|
||
|
# *\n# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>\n# */\n#\
|
||
|
\ #[\\Attribute(\\Attribute::TARGET_CLASS | \\Attribute::TARGET_PROPERTY | \\\
|
||
|
Attribute::TARGET_METHOD | \\Attribute::IS_REPEATABLE)]\n# class Sequentially\
|
||
|
\ extends Composite\n# {\n# public array|Constraint $constraints = [];\n# \n#\
|
||
|
\ /**\n# * @param Constraint[]|array<string,mixed>|null $constraints An array\
|
||
|
\ of validation constraints\n# * @param string[]|null \
|
||
|
\ $groups"
|
||
|
- name: getDefaultOption
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getRequiredOptions
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getCompositeOption
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getTargets
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
interfaces: []
|