attributes['clientinfo_uid']; } final public function getServiceInfoUID(): string|null { return $this->attributes['serviceinfo_uid']; } final public function getServerInfoUID(): string|null { return $this->attributes['serverinfo_uid']; } //기본기능 public function getPrice(): int { return $this->attributes['price']; } public function getCustomTitle(): string { return $this->getTitle() . " " . number_format($this->getPrice()) . "원"; } }