@@ -56,9 +56,6 @@ the default value (``AcmeDemoBundle`` here) is returned.
56
56
Autocompletion
57
57
~~~~~~~~~~~~~~
58
58
59
- .. versionadded :: 2.2
60
- Autocompletion for questions was added in Symfony 2.2.
61
-
62
59
You can also specify an array of potential answers for a given question. These
63
60
will be autocompleted as the user types::
64
61
@@ -74,9 +71,6 @@ will be autocompleted as the user types::
74
71
Hiding the User's Response
75
72
~~~~~~~~~~~~~~~~~~~~~~~~~~
76
73
77
- .. versionadded :: 2.2
78
- The ``askHiddenResponse `` method was added in Symfony 2.2.
79
-
80
74
You can also ask a question and hide the response. This is particularly
81
75
convenient for passwords::
82
76
@@ -144,9 +138,6 @@ be able to proceed if her input is valid.
144
138
Hiding the User's Response
145
139
~~~~~~~~~~~~~~~~~~~~~~~~~~
146
140
147
- .. versionadded :: 2.2
148
- The ``askHiddenResponseAndValidate `` method was added in Symfony 2.2.
149
-
150
141
You can also ask and validate a hidden response::
151
142
152
143
$dialog = $this->getHelperSet()->get('dialog');
@@ -171,10 +162,6 @@ some reason, pass true as the fifth argument.
171
162
Let the user choose from a list of Answers
172
163
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173
164
174
- .. versionadded :: 2.2
175
- The :method: `Symfony\\ Component\\ Console\\ Helper\\ DialogHelper::select ` method
176
- was added in Symfony 2.2.
177
-
178
165
If you have a predefined set of answers the user can choose from, you
179
166
could use the ``ask `` method described above or, to make sure the user
180
167
provided a correct answer, the ``askAndValidate `` method. Both have
0 commit comments