TableRow::rowId()

Get or set id for formatted TableRow

This is the same as the $id property except that it is available even for formatted rows.

Usage

// basic usage
$int = $tableRow->rowId();

// usage with all arguments
$int = $tableRow->rowId(int $id = null);

Arguments

NameType(s)Description
$id (optional)int

Return value

int


TableRow methods and properties

API reference based on ProcessWire core version 3.0.260