This function returns the current row of the linked subtable.
Parameter |
Type |
Description |
- |
- |
- |
This function returns the current row of the linked subtable. In case the rule is not linked to a subtable, 0 is returned.
Example:
…
$currentRowId = $this->getCurrentSubtableRowId();
…