(no description)
File Size: | 156 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Row:: (14 methods):
__construct()
fromValues()
getCells()
setCells()
setCellAtIndex()
getCellAtIndex()
addCell()
getNumCells()
getStyle()
setStyle()
setHeight()
getHeight()
toArray()
isEmpty()
__construct(array $cells, ?Style $style = null) X-Ref |
Row constructor. param: Cell[] $cells |
fromValues(array $cellValues = [], ?Style $rowStyle = null) X-Ref |
param: list<null|bool|DateInterval|DateTimeInterface|float|int|string> $cellValues |
getCells() X-Ref |
return: Cell[] $cells |
setCells(array $cells) X-Ref |
param: Cell[] $cells |
setCellAtIndex(Cell $cell, int $cellIndex) X-Ref |
No description |
getCellAtIndex(int $cellIndex) X-Ref |
No description |
addCell(Cell $cell) X-Ref |
No description |
getNumCells() X-Ref |
No description |
getStyle() X-Ref |
No description |
setStyle(?Style $style) X-Ref |
No description |
setHeight(float $height) X-Ref |
Set row height. |
getHeight() X-Ref |
Returns row height. |
toArray() X-Ref |
return: list<null|bool|DateInterval|DateTimeInterface|float|int|string> The row values, as array |
isEmpty() X-Ref |
Detect whether a row is considered empty. An empty row has all of its cells empty. |