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