mini\Table\Index\BTreeLeafPage::fromBatch()
Method
private
static
Signature
private static function fromBatch(array $batch, ?mini\Table\Index\BTreeInternalPage $parent = NULL): self
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$batch |
array |
required | Documentation missing |
$parent |
?mini\Table\Index\BTreeInternalPage |
NULL
|
Documentation missing |
Returns
self
Documentation
Create a new leaf page from a batch of entries.