public function TableStyle::getVerticalBorderChar in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Helper/TableStyle.php \Symfony\Component\Console\Helper\TableStyle::getVerticalBorderChar()
Gets vertical border character.
Return value
string
File
- vendor/
symfony/ console/ Helper/ TableStyle.php, line 103
Class
- TableStyle
- Defines the styles for a Table.
Namespace
Symfony\Component\Console\HelperCode
public function getVerticalBorderChar() {
return $this->verticalBorderChar;
}