We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc046f0 commit 6675692Copy full SHA for 6675692
reference/forms/types/options/by_reference.rst.inc
@@ -3,9 +3,9 @@ by_reference
3
4
**type**: ``boolean`` **default**: ``true``
5
6
-In most cases, if you have a ``name`` field, then you expect ``setName()``
7
-to be called on the underlying object. In some cases, however, ``setName()``
8
-may *not* be called. Setting ``by_reference`` ensures that the setter is
+In most cases, if you have an ``author`` field, then you expect ``setAuthor()``
+to be called on the underlying object. In some cases, however, ``setAuthor()``
+may *not* be called. Setting ``by_reference`` to ``false`` ensures that the setter is
9
called in all cases.
10
11
To explain this further, here's a simple example::
0 commit comments