Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
tipuloidea
/
back
/
vendor
/
spatie
/
laravel-data
/
src
/
Casts
:
IterableItemCast.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Spatie\LaravelData\Casts; use Spatie\LaravelData\Support\Creation\CreationContext; use Spatie\LaravelData\Support\DataProperty; interface IterableItemCast { /** * @param array<string, mixed> $properties */ public function castIterableItem(DataProperty $property, mixed $value, array $properties, CreationContext $context): mixed; }