SearchItemCollection
extends ResourceCollection
in package
Table of Contents
Properties
- $collects : mixed
Methods
- toArray() : array<string|int, mixed>|Arrayable|JsonSerializable
- Transform the resource into a JSON array.
Properties
$collects
public
mixed
$collects
= \MetaFox\Search\Http\Resources\v1\Search\SearchItem::class
Methods
toArray()
Transform the resource into a JSON array.
public
toArray(mixed $request) : array<string|int, mixed>|Arrayable|JsonSerializable
Parameters
- $request : mixed