mini\Table\Index\SortedArrayIndex::fromArray() Method

public static

Signature

public static function fromArray(array $rows): self

Parameters

Name Type Default Description
$rows array required Documentation missing

Returns

self

Documentation

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

Source

src/Table/Index/SortedArrayIndex.php:37-44