Property
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getName() : string
- getValue() : mixed
- setValue() : mixed
Methods
__construct()
public
__construct(ReflectionProperty $property, Dto $object) : mixed
Parameters
- $property : ReflectionProperty
- $object : Dto
getName()
public
getName() : string
Return values
stringgetValue()
public
getValue([mixed $object = null ]) : mixed
Parameters
- $object : mixed = null
setValue()
public
setValue(mixed $serializedValue) : mixed
Parameters
- $serializedValue : mixed