@@ -56,9 +56,6 @@ the default value (``AcmeDemoBundle`` here) is returned.
5656Autocompletion
5757~~~~~~~~~~~~~~
5858
59- .. versionadded :: 2.2
60- Autocompletion for questions was added in Symfony 2.2.
61-
6259You can also specify an array of potential answers for a given question. These
6360will be autocompleted as the user types::
6461
@@ -74,9 +71,6 @@ will be autocompleted as the user types::
7471Hiding the User's Response
7572~~~~~~~~~~~~~~~~~~~~~~~~~~
7673
77- .. versionadded :: 2.2
78- The ``askHiddenResponse `` method was added in Symfony 2.2.
79-
8074You can also ask a question and hide the response. This is particularly
8175convenient for passwords::
8276
@@ -144,9 +138,6 @@ be able to proceed if her input is valid.
144138Hiding the User's Response
145139~~~~~~~~~~~~~~~~~~~~~~~~~~
146140
147- .. versionadded :: 2.2
148- The ``askHiddenResponseAndValidate `` method was added in Symfony 2.2.
149-
150141You can also ask and validate a hidden response::
151142
152143 $dialog = $this->getHelperSet()->get('dialog');
@@ -171,10 +162,6 @@ some reason, pass true as the fifth argument.
171162Let the user choose from a list of Answers
172163~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173164
174- .. versionadded :: 2.2
175- The :method: `Symfony\\ Component\\ Console\\ Helper\\ DialogHelper::select ` method
176- was added in Symfony 2.2.
177-
178165If you have a predefined set of answers the user can choose from, you
179166could use the ``ask `` method described above or, to make sure the user
180167provided a correct answer, the ``askAndValidate `` method. Both have
0 commit comments