Utility/Serialization/ObjectEntity.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertyprivatestring $class = null
Class of original defenition of the property
Default valuenullDetails
Type
string
>VPropertyprivatestring $name = null
Property name which it has in class
Default valuenullDetails
Type
string
>VPropertyprivatestring $type = null
Type (or class) of the entity
Default valuenullDetails
Type
string

Methods

methodpublic__construct(string $value = null) : void
inherited

Specify type of the property if it's known

Inherited from:
Parameters
NameTypeDescription
$valuestring
methodpublicgetClass() : string
inherited

Returns class name where property were defined

Inherited from:
Returns
TypeDescription
string
methodpublicgetName() : string
inherited

Returns current name

Inherited from:
Returns
TypeDescription
string
methodpublicgetType() : string
inherited

Returns current type

Inherited from:
Returns
TypeDescription
string
methodpublicsetClass(string $value) : void
inherited

Set original class, where property have been defined

Inherited from:
Parameters
NameTypeDescription
$valuestring
methodpublicsetName(string $value) : void
inherited

Sets name of the property. This property should be available and accessable in specified type (class).

Inherited from:
Parameters
NameTypeDescription
$valuestring
methodpublicsetType(string $value) : void
inherited

Sets type (or class) of the property. It will try to create an instance of this type.

Inherited from:
Parameters
NameTypeDescription
$valuestring
Documentation was generated by phpDocumentor 2.8.5.