Determines the highest existing ID of a subtable.
Parameter |
Type |
Description |
|---|---|---|
$subtable |
string |
Name of the subtable. |
If an error occurs, the function throws a JobRouterException.
Example:
$maxIdFromSubtable = $this->getMaxSubtableRowId('mySubtableName');