getTitle(), number_format($this->getPrice())); } final public function getPrice(): int { return $this->price ?? 0; } }