merged branch parhs/2.0 (PR #5005)

Commits
-------

5bfc25e Fixed buildViewBottomUp docs

Discussion
----------

Fixed buildViewBottomUp docs

Fixed documentation
This commit is contained in:
Fabien Potencier 2012-07-23 16:23:36 +02:00
commit bceb28ff7a

View File

@ -57,7 +57,7 @@ abstract class AbstractType implements FormTypeInterface
* Builds the form view. * Builds the form view.
* *
* This method gets called for each type in the hierarchy starting from the * This method gets called for each type in the hierarchy starting from the
* top most type. * bottommost type.
* Type extensions can further modify the view. * Type extensions can further modify the view.
* *
* Children views have been built while this method gets called so you get * Children views have been built while this method gets called so you get