Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Artesaos
Defender
Repositories
Eloquent
AbstractEloquentRepository
getList
Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::getList PHP 메소드
AbstractEloquentRepository 1 문서
파일 보기
프로젝트 열기: artesaos/defender
getList()
공개
메소드
public
getList
(
string
|
integer
$value
,
string
$key
= 'id' ) :
Illuminate\Database\Eloquent\Collection
$value
string
|
integer
$key
string
리턴
Illuminate\Database\Eloquent\Collection
public function getList($value, $key = 'id') { return $this->model->pluck($value, $key); }
AbstractEloquentRepository
__construct
all
findById
findByName
getList
make
newInstance
paginate