Link Search Menu Expand Document

Constructor: pageTableRow

Back to constructors index

Table row

Attributes:

NameTypeRequiredDescription
cellsArray of PageTableCellYesTable cells

Type: PageTableRow

Example:

$pageTableRow = ['_' => 'pageTableRow', 'cells' => [PageTableCell, PageTableCell]];