Zend Framework
1.12
|
Public Member Functions | |
__construct ($className, $dynamic=false, $externalizable=false, $properties=null) | |
Used to keep track of all class traits of an AMF3 object. | |
isDynamic () | |
Test if the class is a dynamic class. | |
isExternalizable () | |
Test if class is externalizable. | |
length () | |
Return the number of properties in the class. | |
getClassName () | |
Return the class name. | |
addProperty ($name) | |
Add an additional property. | |
addAllProperties (array $props) | |
Add all properties of the class. | |
getProperty ($index) | |
Get the property at a given index. | |
getAllProperties () | |
Return all properties of the class. | |
Protected Attributes | |
$_className | |
$_dynamic | |
$_externalizable | |
$_properties | |
__construct | ( | $className, | |
$dynamic = false , |
|||
$externalizable = false , |
|||
$properties = null |
|||
) |
Used to keep track of all class traits of an AMF3 object.
string | $className | |
boolean | $dynamic | |
boolean | $externalizable | |
boolean | $properties |
addAllProperties | ( | array | $props | ) |
addProperty | ( | $name | ) |
getAllProperties | ( | ) |
Return all properties of the class.
getClassName | ( | ) |
Return the class name.
getProperty | ( | $index | ) |
Get the property at a given index.
int | $index |
isDynamic | ( | ) |
Test if the class is a dynamic class.
isExternalizable | ( | ) |
Test if class is externalizable.
length | ( | ) |
Return the number of properties in the class.
|
protected |
|
protected |
|
protected |
|
protected |