CollectsResources

trait CollectsResources (View source)

Methods

mixed collectResource(mixed $resource)

Map the given collection resource into its individual resources.

string|null collects()

Get the resource that this resource collects.

ArrayIterator getIterator()

Get an iterator for the resource collection.

Details

protected mixed collectResource(mixed $resource)

Map the given collection resource into its individual resources.

Parameters

mixed $resource

Return Value

mixed

protected string|null collects()

Get the resource that this resource collects.

Return Value

string|null

ArrayIterator getIterator()

Get an iterator for the resource collection.

Return Value

ArrayIterator

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.7/Illuminate/Http/Resources/CollectsResources.html