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