attributes['name']; } //추가기능 //파일관련 Field전용 final public function getFileDownload($url, $field = "upload_file") { if (is_null($this->attributes[$field])) { return ""; } return anchor( $url, ICONS['IMAGE_FILE'] . $this->attributes[$field], ["target" => "_self"] ); } }