api/symfony/Component/Validator/Constraints/IsFalse.yaml
2024-09-26 02:03:21 -07:00

30 lines
1 KiB
YAML

name: IsFalse
class_comment: null
dependencies:
- name: Constraint
type: class
source: Symfony\Component\Validator\Constraint
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: options
default: 'null'
- name: message
default: 'null'
- name: groups
default: 'null'
- name: payload
default: 'null'
comment: "# * Validates that a value is false.\n# *\n# * @author Bernhard Schussek\
\ <bschussek@gmail.com>\n# */\n# #[\\Attribute(\\Attribute::TARGET_PROPERTY |\
\ \\Attribute::TARGET_METHOD | \\Attribute::IS_REPEATABLE)]\n# class IsFalse extends\
\ Constraint\n# {\n# public const NOT_FALSE_ERROR = 'd53a91b0-def3-426a-83d7-269da7ab4200';\n\
# \n# protected const ERROR_NAMES = [\n# self::NOT_FALSE_ERROR => 'NOT_FALSE_ERROR',\n\
# ];\n# \n# public string $message = 'This value should be false.';\n# \n# /**\n\
# * @param array<string,mixed>|null $options\n# * @param string[]|null \
\ $groups"
traits:
- Symfony\Component\Validator\Constraint
interfaces: []