메소드 |
설명 |
|
getFieldSet ( string $type ) : string[] | null |
Get field names that should be in result. |
|
getFieldSets ( ) : array | null |
Get field names that should be in result. |
|
getFilteringParameters ( ) : array | null |
Get filtering parameters. |
|
getIncludePaths ( ) : array | null |
Get requested include paths. |
|
getPaginationParameters ( ) : array | null |
Get pagination parameters. |
|
getSortParameters ( ) : Neomerx\JsonApi\Contracts\Encoder\Parameters\SortParameterInterface[] | null |
Get sort parameters. |
|
getUnrecognizedParameters ( ) : array | null |
Get top level parameters that have not been recognized by parser. |
|
isEmpty ( ) : boolean |
Returns true if inclusion, field set, sorting, paging, and filtering parameters are empty. |
|