Skip to content

Commit

Permalink
[3.0][Console] Added isVerbosity* to OutputInterface
Browse files Browse the repository at this point in the history
Now, only `Output` have theses methods. But in the `Command` class, `execute` receive an instance of `OutputInterface`. So, to avoid coding an implementation, theses method should be added to the interface.
  • Loading branch information
lyrixx committed Feb 7, 2014
1 parent fe86efd commit 816b295
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE-3.0.md
Expand Up @@ -18,6 +18,11 @@ UPGRADE FROM 2.x to 3.0
`DebugClassLoader`. The difference is that the constructor now takes a
loader to wrap.

### Console

* The methods `isQuiet`, `isVerbose`, `isVeryVerbose` and `isDebug` were added
to `Symfony\Component\Console\Output\OutputInteface`.

### EventDispatcher

* The interface `Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface`
Expand Down

0 comments on commit 816b295

Please sign in to comment.