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

setKeys() 공개 메소드

Sets the key values associated with the data models.
public setKeys ( array $keys )
$keys array the list of key values corresponding to [[models]].
    public function setKeys($keys)
    {
        $this->_keys = $keys;
    }