Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
yii
data
DataProviderInterface
getKeys
yii\data\DataProviderInterface::getKeys PHP Метод
Документация по интерфейсу DataProviderInterface
Показать файл
Открыть проект
getKeys()
публичный
Метод
Returns the key values associated with the data models.
public
getKeys
( ) :
array
Результат
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