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

prepareKeys() 추상적인 보호된 메소드

Prepares the keys associated with the currently available data models.
abstract protected prepareKeys ( array $models ) : array
$models array the available data models
리턴 array the keys
    protected abstract function prepareKeys($models);