8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cea04 commit 1d91c30Copy full SHA for 1d91c30
components/validator/metadata.rst
@@ -36,8 +36,8 @@ Getters
36
-------
37
38
Constraints can also be applied to the value returned by any public *getter*
39
-method, which are the methods whose names start with ``get`` or ``is``. This
40
-feature allows to validate your objects dynamically.
+method, which are the methods whose names start with ``get``, ``has`` or ``is``.
+This feature allows to validate your objects dynamically.
41
42
Suppose that, for security reasons, you want to validate that a password field
43
doesn't match the first name of the user. First, create a public method called
0 commit comments