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



Represents complex data type (like objects, arrays)
- Parent(s)
- \Intuit\Ipp\Utility\Serialization\AbstractEntity
- Inherited_from
- \Intuit\Ipp\Utility\Serialization\AbstractEntity
Properties
Methods


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


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


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


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