attributes['type']; } public function getPrice(): int { return $this->attributes['price']; } public function getFormTitle(): string { return number_format($this->getPrice()) . "원," . $this->getTitle(); } }