attributes['bank'] = ''; $this->attributes['alias'] = ''; $this->attributes['issue_at'] = ''; } //기본기능 public function getBank(): string { return $this->attributes['bank'] ?? ''; } public function getAlias(): string { return $this->attributes['alias'] ?? ''; } public function getIssueAt(): string { return $this->attributes['issue_at'] ?? ''; } }