| Package | Zend_Amf |
| Subpackage | Value |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| Package | Zend_Amf |
| Subpackage | Value |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_className | |
| # $_dynamic | |
| # $_externalizable | |
| # $_properties |
| + __construct() | Used to keep track of all class traits of an AMF3 object |
| + addAllProperties() | Add all properties of the class |
| + addProperty() | Add an additional property |
| + getAllProperties() | Return all properties of the class |
| + getClassName() | Return the class name |
| + getProperty() | Get the property at a given 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 $_dynamicprotected $_externalizable
public function __construct( |
$className)
|
string $className |
|
boolean $dynamic |
|
boolean $externalizable |
|
boolean $properties |
public function addAllProperties( |
array $props)
|
public function addProperty( |
$name)
|
public function getAllProperties( |
)
|
public function getClassName( |
)
|
public function getProperty( |
$index)
|
int $index |
public function isDynamic( |
)
|
public function isExternalizable( |
)
|
public function length( |
)
|