We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558b266 commit 28b98b9Copy full SHA for 28b98b9
components/console/introduction.rst
@@ -223,6 +223,13 @@ verbosity levels::
223
// ...
224
}
225
226
+.. note::
227
+
228
+ For backwards compatibility reasons, these semantic methods do not exist in
229
+ the ``OutputInterface`` class until Symfony 3.0. They are defined in the
230
+ different implementations of the interface
231
+ (e.g. :class:`Symfony\\Component\\Console\\Output\\Output`).
232
233
When the quiet level is used, all output is suppressed as the default
234
:method:`Symfony\\Component\\Console\\Output\\Output::write` method returns
235
without actually printing.
0 commit comments