You are here

public function TableStyle::getPadType in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Helper/TableStyle.php \Symfony\Component\Console\Helper\TableStyle::getPadType()

Gets cell padding type.

Return value

int

File

vendor/symfony/console/Helper/TableStyle.php, line 251

Class

TableStyle
Defines the styles for a Table.

Namespace

Symfony\Component\Console\Helper

Code

public function getPadType() {
  return $this->padType;
}