mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.44
This commit is contained in:
@ -22,10 +22,10 @@ use yii\helpers\Html;
|
||||
*
|
||||
* For more details and usage information on UploadedFile, see the [guide article on handling uploads](guide:input-file-upload).
|
||||
*
|
||||
* @property-read string $baseName Original file base name. This property is read-only.
|
||||
* @property-read string $extension File extension. This property is read-only.
|
||||
* @property-read string $baseName Original file base name.
|
||||
* @property-read string $extension File extension.
|
||||
* @property-read bool $hasError Whether there is an error with the uploaded file. Check [[error]] for
|
||||
* detailed error code information. This property is read-only.
|
||||
* detailed error code information.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
|
Reference in New Issue
Block a user