Skip to content

Commit

Permalink
bug #4639 Update by_reference.rst.inc (docteurklein)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4639).

Discussion
----------

Update by_reference.rst.inc

Commits
-------

ba881a3 Update by_reference.rst.inc
  • Loading branch information
weaverryan committed Jan 1, 2015
2 parents 8bd694f + ba881a3 commit 310f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/types/options/by_reference.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ call the setter on the parent object.
Similarly, if you're using the :doc:`collection</reference/forms/types/collection>`
form type where your underlying collection data is an object (like with Doctrine's
``ArrayCollection``), then ``by_reference`` must be set to ``false`` if you
need the setter (e.g. ``setAuthors()``) to be called.
need the adder and remover (e.g. ``addAuthor()`` and ``removeAuthor()``) to be called.

0 comments on commit 310f4ae

Please sign in to comment.