uploadState; } /** * 设置上传状态 * * @param 上传状态 */ function setUploadState( $uploadState) { $this->uploadState = $uploadState; } /** * 取得系统中的文件名 * * @return 系统中的文件名 */ function getNewFileNames() { return $this->newFileNames; } /** * 设置系统中的文件名 * * @param 系统中的文件名 */ function setNewFileNames( $newFileNames) { $this->newFileNames = $newFileNames; } }