Browse Source

Adjusted UploadedFile::getInstance() phpdoc [skip ci]

tags/2.0.16
Konstantin 7 years ago committed by Alexander Makarov
parent
commit
e2627d19fd
  1. 2
      framework/web/UploadedFile.php

2
framework/web/UploadedFile.php

@ -76,7 +76,7 @@ class UploadedFile extends BaseObject
* @param \yii\base\Model $model the data model * @param \yii\base\Model $model the data model
* @param string $attribute the attribute name. The attribute name may contain array indexes. * @param string $attribute the attribute name. The attribute name may contain array indexes.
* For example, '[1]file' for tabular file uploading; and 'file[1]' for an element in a file array. * For example, '[1]file' for tabular file uploading; and 'file[1]' for an element in a file array.
* @return UploadedFile the instance of the uploaded file. * @return null|UploadedFile the instance of the uploaded file.
* Null is returned if no file is uploaded for the specified model attribute. * Null is returned if no file is uploaded for the specified model attribute.
* @see getInstanceByName() * @see getInstanceByName()
*/ */

Loading…
Cancel
Save