Utility/Serialization/AbstractEntity.php
- Package
- Default
\Intuit\Ipp\Utility\Serialization\AbstractEntity
Package: Default


Descirbes meta data for domain model entity
- Children
- \Intuit\Ipp\Utility\Serialization\UnknownEntity
- \Intuit\Ipp\Utility\Serialization\SimpleEntity
- \Intuit\Ipp\Utility\Serialization\ObjectEntity
Properties
Methods


__construct(string $value = null) : void
Specify type of the property if it's known
Parameters
Name | Type | Description |
---|---|---|
$value | string |


setClass(string $value) : void
Set original class, where property have been defined
Parameters
Name | Type | Description |
---|---|---|
$value | string |


setName(string $value) : void
Sets name of the property. This property should be available and accessable in specified type (class).
Parameters
Name | Type | Description |
---|---|---|
$value | string |