Detailed Description
Definition at line 31 of file TraitsInfo.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
className, |
|
|
$ |
dynamic = false, |
|
|
$ |
externalizable = false, |
|
|
$ |
properties = null |
|
) |
| |
Used to keep track of all class traits of an AMF3 object
- Parameters:
-
| string | $className | |
| boolean | $dynamic | |
| boolean | $externalizable | |
| boolean | $properties | |
- Returns:
- void
Definition at line 62 of file TraitsInfo.php.
Member Function Documentation
Return all properties of the class.
- Returns:
- array
Definition at line 150 of file TraitsInfo.php.
Get the property at a given index
- Parameters:
-
- Returns:
- string
Definition at line 140 of file TraitsInfo.php.
Test if the class is a dynamic class
- Returns:
- boolean
Definition at line 75 of file TraitsInfo.php.
Test if class is externalizable
- Returns:
- boolean
Definition at line 85 of file TraitsInfo.php.
Return the number of properties in the class
- Returns:
- int
Definition at line 95 of file TraitsInfo.php.
Field Documentation
$_externalizable [protected] |
The documentation for this class was generated from the following file: