[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 154 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Amf_Value_TraitsInfo:: (9 methods):
__construct()
isDynamic()
isExternalizable()
length()
getClassName()
addProperty()
addAllProperties()
getProperty()
getAllProperties()
Class: Zend_Amf_Value_TraitsInfo - X-Ref
Zend_Amf_Value_TraitsInfo__construct($className, $dynamic=false, $externalizable=false, $properties=null) X-Ref |
Used to keep track of all class traits of an AMF3 object param: string $className param: boolean $dynamic param: boolean $externalizable param: boolean $properties return: void |
isDynamic() X-Ref |
Test if the class is a dynamic class return: boolean |
isExternalizable() X-Ref |
Test if class is externalizable return: boolean |
length() X-Ref |
Return the number of properties in the class return: int |
getClassName() X-Ref |
Return the class name return: string |
addProperty($name) X-Ref |
Add an additional property param: string $name return: Zend_Amf_Value_TraitsInfo |
addAllProperties(array $props) X-Ref |
Add all properties of the class. param: array $props return: Zend_Amf_Value_TraitsInfo |
getProperty($index) X-Ref |
Get the property at a given index param: int $index return: string |
getAllProperties() X-Ref |
Return all properties of the class. return: array |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |