PHP 클래스 Locker\Repository\Statement\EloquentReader

파일 보기 프로젝트 열기: learninglocker/learninglocker

보호된 프로퍼티들

프로퍼티 타입 설명
$model

공개 메소드들

메소드 설명
getCollection ( )

보호된 메소드들

메소드 설명
formatModel ( Model $model ) : stdClass Gets the statement from the model as an Object.
where ( Options $opts ) : Jenssegers\Mongodb\Eloquent\Builder Constructs a query restricted by the given options.

메소드 상세

formatModel() 보호된 메소드

Gets the statement from the model as an Object.
protected formatModel ( Model $model ) : stdClass
$model Illuminate\Database\Eloquent\Model
리턴 stdClass

getCollection() 공개 메소드

public getCollection ( )

where() 보호된 메소드

Constructs a query restricted by the given options.
protected where ( Options $opts ) : Jenssegers\Mongodb\Eloquent\Builder
$opts Options
리턴 Jenssegers\Mongodb\Eloquent\Builder

프로퍼티 상세

$model 보호되어 있는 프로퍼티

protected $model