Elgg
Version 2.3
|
WARNING: API IN FLUX. More...
Public Member Functions | |
__construct (Request $request) | |
Constructor. More... | |
getUploadedFiles ($input_name) | |
Returns an array of uploaded file objects regardless of upload status/errors. More... | |
WARNING: API IN FLUX.
DO NOT USE DIRECTLY.
Use the elgg_* versions instead.
private
Definition at line 17 of file UploadService.php.
Elgg\UploadService::__construct | ( | Request | $request | ) |
Constructor.
Request | $request | Http request |
Definition at line 29 of file UploadService.php.
Elgg\UploadService::getUploadedFiles | ( | $input_name | ) |
Returns an array of uploaded file objects regardless of upload status/errors.
string | $input_name | Form input name |
Definition at line 39 of file UploadService.php.