This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console/Helper
Stefano Sala 73ca340827 [Console][ProgressBar] Developer experience
- Create getProgress/setProgress methods to replace getStep/setCurrent
 - ProgressBar::setCurrent should auto-start the ProgressBar.
 - You should be able to pass max to start
 - getStepWidth is internal information that should not be public
 - when verbosity set to quiet, the progress bar does not even need to
   execute all the logic to generate output that is then thrown away
2014-08-14 13:32:40 +02:00
..
DebugFormatterHelper.php [Console] Add process helper tests 2014-06-11 08:54:52 +02:00
DescriptorHelper.php Merge branch '2.3' into 2.4 2014-08-04 12:16:36 +02:00
DialogHelper.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
FormatterHelper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Helper.php [Validator][Console][HttpFoundation] Use "KiB" everywhere (instead of "kB") 2014-05-22 10:54:24 +02:00
HelperInterface.php fixed CS 2012-07-09 14:54:20 +02:00
HelperSet.php Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
InputAwareHelper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 10:03:46 +02:00
ProcessHelper.php [Console] Add threshold for ProcessHelper verbosity 2014-07-06 12:36:11 +02:00
ProgressBar.php [Console][ProgressBar] Developer experience 2014-08-14 13:32:40 +02:00
ProgressHelper.php Merge branch '2.4' 2014-04-16 12:36:21 +02:00
QuestionHelper.php [Console] Fixed notice in QuestionHelper 2014-06-19 01:05:50 +02:00
Table.php [Console] Make Helper\Table::setStyle() chainable 2014-05-09 10:15:02 +02:00
TableHelper.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
TableSeparator.php [Console] added the possibility to insert a table separator anywhere in a table output 2014-03-03 14:12:09 +01:00
TableStyle.php Fix doc blocks 2014-04-18 22:54:24 +02:00