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



Represents entities or datatype which were unable to recognize from meta data
- Parent(s)
- \Intuit\Ipp\Utility\Serialization\AbstractEntity
- Inherited_from
- \Intuit\Ipp\Utility\Serialization\AbstractEntity
Properties
Methods

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

getClass() : stringinherited
Returns class name where property were defined
Inherited from:Returns
| Type | Description |
|---|---|
| string |

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

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