TypeConverterBase
in package
AbstractYes
シリアライズ型変換処理。
Tags
Table of Contents
Methods
- read() : mixed
- 生値から型変換。
Methods
read()
生値から型変換。
public
abstract read(string $name, ReflectionNamedType $type, mixed $raw) : mixed
Parameters
- $name : string
- $type : ReflectionNamedType
- $raw : mixed