PHP 클래스 Microweber\Utils\QueryBuilder

상속: extends Illuminate\Database\Query\Builder
파일 보기 프로젝트 열기: microweber/microweber

공개 메소드들

메소드 설명
find ( mixed $id, array $columns = ['*'] ) : Model | static | null Find a model by its primary key.

메소드 상세

find() 공개 메소드

Find a model by its primary key.
public find ( mixed $id, array $columns = ['*'] ) : Model | static | null
$id mixed
$columns array
리턴 Illuminate\Database\Eloquent\Model | static | null