PHP 인터페이스 Isswp101\Persimmon\DAL\IDAL

파일 보기 프로젝트 열기: isswp101/elasticsearch-eloquent 0 사용 예제들

공개 메소드들

메소드 설명
delete ( ) : mixed
get ( mixed $id, array $options = [] ) : Model
getEventEmitter ( ) : EventEmitter
getModel ( ) : Model
put ( array $columns = ['*'] ) : mixed
setModel ( Model $model )

메소드 상세

delete() 공개 메소드

public delete ( ) : mixed
리턴 mixed

get() 공개 메소드

public get ( mixed $id, array $options = [] ) : Model
$id mixed
$options array
리턴 Isswp101\Persimmon\Model

getEventEmitter() 공개 메소드

public getEventEmitter ( ) : EventEmitter
리턴 Isswp101\Persimmon\Event\EventEmitter

getModel() 공개 메소드

public getModel ( ) : Model
리턴 Isswp101\Persimmon\Model

put() 공개 메소드

public put ( array $columns = ['*'] ) : mixed
$columns array
리턴 mixed Inserted id.

setModel() 공개 메소드

public setModel ( Model $model )
$model Isswp101\Persimmon\Model