PHP Трейт Hootlex\Moderation\ModerationQueryBuilder

Показать файл Открыть проект

Открытые методы

Метод Описание
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