attributes['uid']; } public function getTitle() { return $this->attributes['name']; } public function getStatus() { return $this->attributes['status']; } //추가기능 public function getHead() { return $this->attributes['head']; } public function getTail() { return $this->attributes['tail']; } }