mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
added missing @since annotations
This commit is contained in:
@ -765,6 +765,7 @@ class Model extends Component implements IteratorAggregate, ArrayAccess, Arrayab
|
||||
* supplied by end user.
|
||||
* @param string $formName the form name to be used for loading the data into the models.
|
||||
* If not set, it will use the [[formName()]] value of the first model in `$models`.
|
||||
* This parameter is available since version 2.0.1.
|
||||
* @return boolean whether at least one of the models is successfully populated.
|
||||
*/
|
||||
public static function loadMultiple($models, $data, $formName = null)
|
||||
|
||||
Reference in New Issue
Block a user