onCreated = $onCreated; $this->onUpdated = $onUpdated; } public function isOnCreated(): bool { return $this->onCreated; } public function isOnUpdated(): bool { return $this->onUpdated; } }