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