price = $price; } public function calculatePrice(): int { return $this->price; } }