Overview

Namespaces

  • Evenement
  • None
  • Peridot
    • Console
    • Core
    • Reporter
    • Runner
    • Scope
    • Test
  • Symfony
    • Component
      • Console
        • Command
        • Descriptor
        • Event
        • Exception
        • Formatter
        • Helper
        • Input
        • Logger
        • Output
        • Question
        • Style
        • Tester
        • Tests
          • Command
          • Descriptor
          • Fixtures
          • Formatter
          • Helper
          • Input
          • Logger
          • Output
          • Style
          • Tester

Classes

  • DebugFormatterHelper
  • DescriptorHelper
  • DialogHelper
  • FormatterHelper
  • Helper
  • HelperSet
  • InputAwareHelper
  • ProcessHelper
  • ProgressBar
  • ProgressHelper
  • ProgressIndicator
  • QuestionHelper
  • SymfonyQuestionHelper
  • Table
  • TableCell
  • TableHelper
  • TableSeparator
  • TableStyle

Interfaces

  • HelperInterface
  • Overview
  • Namespace
  • Class

Class TableStyle

Defines the styles for a Table.

Namespace: Symfony\Component\Console\Helper
Author: Fabien Potencier fabien@symfony.com
Author: Саша Стаменковић umpirsky@gmail.com
Located at Helper/TableStyle.php
Methods summary
public Symfony\Component\Console\Helper\TableStyle
# setPaddingChar( string $paddingChar )

Sets padding character, used for cell padding.

Sets padding character, used for cell padding.

Parameters

$paddingChar

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getPaddingChar( )

Gets padding character, used for cell padding.

Gets padding character, used for cell padding.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setHorizontalBorderChar( string $horizontalBorderChar )

Sets horizontal border character.

Sets horizontal border character.

Parameters

$horizontalBorderChar

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getHorizontalBorderChar( )

Gets horizontal border character.

Gets horizontal border character.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setVerticalBorderChar( string $verticalBorderChar )

Sets vertical border character.

Sets vertical border character.

Parameters

$verticalBorderChar

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getVerticalBorderChar( )

Gets vertical border character.

Gets vertical border character.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setCrossingChar( string $crossingChar )

Sets crossing character.

Sets crossing character.

Parameters

$crossingChar

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getCrossingChar( )

Gets crossing character.

Gets crossing character.

Returns

string
$crossingChar
public Symfony\Component\Console\Helper\TableStyle
# setCellHeaderFormat( string $cellHeaderFormat )

Sets header cell format.

Sets header cell format.

Parameters

$cellHeaderFormat

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getCellHeaderFormat( )

Gets header cell format.

Gets header cell format.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setCellRowFormat( string $cellRowFormat )

Sets row cell format.

Sets row cell format.

Parameters

$cellRowFormat

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getCellRowFormat( )

Gets row cell format.

Gets row cell format.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setCellRowContentFormat( string $cellRowContentFormat )

Sets row cell content format.

Sets row cell content format.

Parameters

$cellRowContentFormat

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getCellRowContentFormat( )

Gets row cell content format.

Gets row cell content format.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setBorderFormat( string $borderFormat )

Sets table border format.

Sets table border format.

Parameters

$borderFormat

Returns

Symfony\Component\Console\Helper\TableStyle
public string
# getBorderFormat( )

Gets table border format.

Gets table border format.

Returns

string
public Symfony\Component\Console\Helper\TableStyle
# setPadType( integer $padType )

Sets cell padding type.

Sets cell padding type.

Parameters

$padType
STR_PAD_*

Returns

Symfony\Component\Console\Helper\TableStyle
public integer
# getPadType( )

Gets cell padding type.

Gets cell padding type.

Returns

integer
Peridot API documentation generated by ApiGen