PHP 트레잇 Hootlex\Moderation\ModerationQueryBuilder

파일 보기 프로젝트 열기: hootlex/laravel-moderation

공개 메소드들

메소드 설명
pending ( ) : Builder | static Get a new query builder that only includes pending resources.
postponed ( ) : Builder | static Get a new query builder that only includes postponed resources.
rejected ( ) : Builder | static Get a new query builder that only includes rejected resources.
withAnyStatus ( ) : Builder | static Get a new query builder that includes all resources.
withPending ( ) : Builder | static Get a new query builder that includes pending resources.
withPostponed ( ) : Builder | static Get a new query builder that includes postponed resources.
withRejected ( ) : Builder | static Get a new query builder that includes rejected resources.

메소드 상세

pending() 공개 정적인 메소드

Get a new query builder that only includes pending resources.
public static pending ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

postponed() 공개 정적인 메소드

Get a new query builder that only includes postponed resources.
public static postponed ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

rejected() 공개 정적인 메소드

Get a new query builder that only includes rejected resources.
public static rejected ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

withAnyStatus() 공개 정적인 메소드

Get a new query builder that includes all resources.
public static withAnyStatus ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

withPending() 공개 정적인 메소드

Get a new query builder that includes pending resources.
public static withPending ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

withPostponed() 공개 정적인 메소드

Get a new query builder that includes postponed resources.
public static withPostponed ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static

withRejected() 공개 정적인 메소드

Get a new query builder that includes rejected resources.
public static withRejected ( ) : Builder | static
리턴 Illuminate\Database\Eloquent\Builder | static