public function OutputFormatterStyleStack::reset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatterStyleStack.php \Symfony\Component\Console\Formatter\OutputFormatterStyleStack::reset()
Resets stack (ie. empty internal arrays).
1 call to OutputFormatterStyleStack::reset()
- OutputFormatterStyleStack::__construct in vendor/
symfony/ console/ Formatter/ OutputFormatterStyleStack.php - Constructor.
File
- vendor/
symfony/ console/ Formatter/ OutputFormatterStyleStack.php, line 43
Class
- OutputFormatterStyleStack
- @author Jean-François Simon <contact@jfsimon.fr>
Namespace
Symfony\Component\Console\FormatterCode
public function reset() {
$this->styles = array();
}