setFormerlyOwned(TRUE) ->setReceived(TRUE); $this->moveRecord($currentRecord, new PreviouslyOwnedLenses()); } public function reacquire(mixed $currentRecord): void { $currentRecord->setFormerlyOwned(FALSE); $this->moveRecord($currentRecord, new Lenses()); } }