private function Table::cleanup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Helper/Table.php \Symfony\Component\Console\Helper\Table::cleanup()
Called after rendering to cleanup cache data.
1 call to Table::cleanup()
- Table::render in vendor/
symfony/ console/ Helper/ Table.php - Renders table to output.
File
- vendor/
symfony/ console/ Helper/ Table.php, line 568
Class
- Table
- Provides helpers to display a table.
Namespace
Symfony\Component\Console\HelperCode
private function cleanup() {
$this->columnWidths = array();
$this->numberOfColumns = null;
}