PhotoGroupItemItemCollection
extends ResourceCollection
in package
Table of Contents
Properties
- $collect : string
Methods
- toArray() : array<string|int, mixed>|Arrayable|JsonSerializable
- Transform the resource into a JSON array.
Properties
$collect
protected
string
$collect
= \MetaFox\Photo\Http\Resources\v1\PhotoGroupItem\PhotoGroupItemItem::class
Methods
toArray()
Transform the resource into a JSON array.
public
toArray(Request $request) : array<string|int, mixed>|Arrayable|JsonSerializable
Parameters
- $request : Request