mini\Database\Model::markLoaded() Method

private

Signature

private function markLoaded(): void

Returns

void

Documentation

Mark this entity as loaded from the database

Called by PartialQuery when hydrating entities. Sets the original identity for correct insert/update detection and snapshots property values for dirty tracking.

Source

src/Database/Model.php:502-509