CollectionCaster extends Caster
Table of Contents
Methods
- __construct() : mixed
- cast() : mixed
- nullable() : Caster
Methods
__construct()
public
__construct(Caster $singleValueCaster) : mixed
Parameters
- $singleValueCaster : Caster
cast()
public
cast(mixed $value) : mixed
Parameters
- $value : mixed
nullable()
public
nullable([bool $isNullable = true ]) : Caster
Parameters
- $isNullable : bool = true