Merge pull request #7934 from tom--/patch-6

old C-prefix class name
This commit is contained in:
Alexander Makarov
2015-03-31 20:06:17 +03:00

View File

@ -116,7 +116,7 @@ class UploadedFile extends Object
* This is mainly used when multiple files were uploaded and saved as 'files[0]', 'files[1]',
* 'files[n]'..., and you can retrieve them all by passing 'files' as the name.
* @param string $name the name of the array of files
* @return UploadedFile[] the array of CUploadedFile objects. Empty array is returned
* @return UploadedFile[] the array of UploadedFile objects. Empty array is returned
* if no adequate upload was found. Please note that this array will contain
* all files from all sub-arrays regardless how deeply nested they are.
*/
@ -233,4 +233,4 @@ class UploadedFile extends Object
]);
}
}
}
}