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) : voidSpecify type of the property if it's known
Parameters
| Name | Type | Description |
|---|---|---|
| $value | string |

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

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