yii\data\BaseDataProvider::setModels PHP 메소드

setModels() 공개 메소드

Sets the data models in the current page.
public setModels ( array $models )
$models array the models in the current page
    public function setModels($models)
    {
        $this->_models = $models;
    }