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