mini\Table\Wrappers\ExistsTable::load()
Method
public
Signature
public function load(string|int $rowId): ?object
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$rowId |
string|int |
required | Documentation missing |
Returns
?object
Documentation
Load a single row by its row ID
Default implementation iterates to find the row. Subclasses should override for O(1) lookups when possible.
Inherited From
mini\Table\AbstractTable