public function Table::getStyle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Helper/Table.php \Symfony\Component\Console\Helper\Table::getStyle()
Gets the current table style.
Return value
File
- vendor/
symfony/ console/ Helper/ Table.php, line 136
Class
- Table
- Provides helpers to display a table.
Namespace
Symfony\Component\Console\HelperCode
public function getStyle() {
return $this->style;
}