Skip to content

Commit 28b98b9

Browse files
javiereguiluzweaverryan
authored andcommitted
Added a note about the implementation of the verbosity semantic methods
1 parent 558b266 commit 28b98b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/console/introduction.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ verbosity levels::
223223
// ...
224224
}
225225

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+
226233
When the quiet level is used, all output is suppressed as the default
227234
:method:`Symfony\\Component\\Console\\Output\\Output::write` method returns
228235
without actually printing.

0 commit comments

Comments
 (0)