mini\Database\Query::withLoadCallback() Method

public

Signature

public function withLoadCallback(Closure $callback): static

Parameters

Name Type Default Description
$callback Closure required Documentation missing

Returns

static

Documentation

Register a callback to run after each entity is loaded

Source

src/Database/Query.php:235-238