Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | class TActiveFileUploadItem extends \Prado\Web\UI\WebControls\TFileUploadItem |
||
26 | { |
||
27 | /** |
||
28 | * Saves the uploaded file. |
||
29 | * @param string $fileName the file name used to save the uploaded file |
||
30 | * @param bool $deleteTempFile whether to delete the temporary file after saving. |
||
31 | * If true, you will not be able to save the uploaded file again. |
||
32 | * @return bool true if the file saving is successful |
||
33 | */ |
||
34 | public function saveAs($fileName, $deleteTempFile = true) |
||
47 |