yii\data\BaseDataProvider::prepareKeys PHP Méthode

prepareKeys() abstract protected méthode

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