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