Constructor: pageTableRow
Table row
Attributes:
Name | Type | Required | Description |
---|---|---|---|
cells | Array of PageTableCell | Yes | Table cells |
Type: PageTableRow
Example:
$pageTableRow = ['_' => 'pageTableRow', 'cells' => [PageTableCell, PageTableCell]];
Table row
Name | Type | Required | Description |
---|---|---|---|
cells | Array of PageTableCell | Yes | Table cells |
$pageTableRow = ['_' => 'pageTableRow', 'cells' => [PageTableCell, PageTableCell]];