Toggle navigation
Hot Examples
KO
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 0 문서
파일 보기
프로젝트 열기: yiisoft/yii2
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