Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
yii
data
DataProviderInterface
getKeys
yii\data\DataProviderInterface::getKeys PHP Méthode
DataProviderInterface Interface Documentation
Afficher le fichier
Open project: yiisoft/yii2
getKeys()
public
méthode
Returns the key values associated with the data models.
public
getKeys
( ) :
array
Résultat
array
the list of key values corresponding to [[getModels|models]]. Each data model in [[getModels|models]] is uniquely identified by the corresponding key value in this array.
public function getKeys();
DataProviderInterface
getCount
getKeys
getModels
getPagination
getSort
getTotalCount
prepare