[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/console/Helper/ -> TableStyle.php (summary)

(no description)

File Size: 258 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TableStyle:: (18 methods):
  setPaddingChar()
  getPaddingChar()
  setHorizontalBorderChar()
  getHorizontalBorderChar()
  setVerticalBorderChar()
  getVerticalBorderChar()
  setCrossingChar()
  getCrossingChar()
  setCellHeaderFormat()
  getCellHeaderFormat()
  setCellRowFormat()
  getCellRowFormat()
  setCellRowContentFormat()
  getCellRowContentFormat()
  setBorderFormat()
  getBorderFormat()
  setPadType()
  getPadType()


Class: TableStyle  - X-Ref

Defines the styles for a Table.

setPaddingChar($paddingChar)   X-Ref
Sets padding character, used for cell padding.

param: string $paddingChar
return: $this

getPaddingChar()   X-Ref
Gets padding character, used for cell padding.

return: string

setHorizontalBorderChar($horizontalBorderChar)   X-Ref
Sets horizontal border character.

param: string $horizontalBorderChar
return: $this

getHorizontalBorderChar()   X-Ref
Gets horizontal border character.

return: string

setVerticalBorderChar($verticalBorderChar)   X-Ref
Sets vertical border character.

param: string $verticalBorderChar
return: $this

getVerticalBorderChar()   X-Ref
Gets vertical border character.

return: string

setCrossingChar($crossingChar)   X-Ref
Sets crossing character.

param: string $crossingChar
return: $this

getCrossingChar()   X-Ref
Gets crossing character.

return: string

setCellHeaderFormat($cellHeaderFormat)   X-Ref
Sets header cell format.

param: string $cellHeaderFormat
return: $this

getCellHeaderFormat()   X-Ref
Gets header cell format.

return: string

setCellRowFormat($cellRowFormat)   X-Ref
Sets row cell format.

param: string $cellRowFormat
return: $this

getCellRowFormat()   X-Ref
Gets row cell format.

return: string

setCellRowContentFormat($cellRowContentFormat)   X-Ref
Sets row cell content format.

param: string $cellRowContentFormat
return: $this

getCellRowContentFormat()   X-Ref
Gets row cell content format.

return: string

setBorderFormat($borderFormat)   X-Ref
Sets table border format.

param: string $borderFormat
return: $this

getBorderFormat()   X-Ref
Gets table border format.

return: string

setPadType($padType)   X-Ref
Sets cell padding type.

param: int $padType STR_PAD_*
return: $this

getPadType()   X-Ref
Gets cell padding type.

return: int



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1