mini\Table\Index::fromArray() Method

public static

Signature

public static function fromArray(array $rows): mini\Table\Index\IndexInterface

Parameters

Name Type Default Description
$rows array required Documentation missing

Returns

mini\Table\Index\IndexInterface

Documentation

Build index from array of [key, rowId] pairs.

Source

src/Table/Index.php:48-51