getPK()}:{$this->getID()}:{$this->getTitle()},{$this->getRole()}}"; } //공통부분 public function getID(): string { return $this->attributes['id']; } public function getRole(): string { return $this->attributes['role']; } }