public function TableCell::getRowspan in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Helper/TableCell.php \Symfony\Component\Console\Helper\TableCell::getRowspan()
Gets number of rowspan.
Return value
int
File
- vendor/
symfony/ console/ Helper/ TableCell.php, line 73
Class
- TableCell
- @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
Namespace
Symfony\Component\Console\HelperCode
public function getRowspan() {
return (int) $this->options['rowspan'];
}