mini\Table\InMemoryTable::getRowKeyColumns() Method

public

Signature

public function getRowKeyColumns(): array

Returns

array

Documentation

Get column name(s) that the row key represents

If non-empty, the row keys from iteration are the values of these columns. This enables optimizations when checking membership on exactly these columns.

Inherited From

mini\Table\AbstractTable

Source

src/Table/AbstractTable.php:71-74