Methods |
public
|
__construct(mixed $resource): void
Create a new resource instance.
Create a new resource instance.
Overrides
Overriden by
|
#
|
public
|
preserveQuery(): $this
Indicate that all current query parameters should be appended to pagination links.
Indicate that all current query parameters should be appended to pagination links.
|
#
|
public
|
withQuery(array $query): $this
Specify the query string parameters that should be present on pagination links.
Specify the query string parameters that should be present on pagination links.
|
#
|
public
|
count(): int
Return the count of items in the resource collection.
Return the count of items in the resource collection.
Implements
|
#
|
public
|
toArray(Request $request): array|Arrayable|JsonSerializable
Transform the resource into a JSON array.
Transform the resource into a JSON array.
Overrides
|
#
|
public
|
toResponse(Request $request): JsonResponse
Create an HTTP response that represents the object.
Create an HTTP response that represents the object.
Overrides
|
#
|
protected
|
preparePaginatedResponse(Request $request): JsonResponse
Create a paginate-aware HTTP response.
Create a paginate-aware HTTP response.
|
#
|