hasBeenInserted; } public function hasBeenUpdated(): bool { return $this->hasBeenUpdated; } public function setHasBeenInserted(bool $hasBeenInserted): void { $this->hasBeenInserted = $hasBeenInserted; } public function setHasBeenUpdated(bool $hasBeenUpdated): void { $this->hasBeenUpdated = $hasBeenUpdated; } }