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