Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
introspect ($serviceClass, $options=array()) | |
Create XML definition on an AMF service class. | |
initAcl (Zend_Acl $acl) | |
Authentication handler. | |
Protected Member Functions | |
_addClassAttributes ($typename, DOMElement $typexml) | |
Generate map of public class attributes. | |
_addService (Zend_Server_Reflection_Class $refclass, DOMElement $target) | |
Build XML service description from reflection class. | |
_getPropertyType (Zend_Reflection_Property $prop) | |
Extract type of the property from DocBlock. | |
_getServicePath () | |
Get the array of service directories. | |
_phpTypeToAS ($typename) | |
Map from PHP type name to AS type name. | |
_registerType ($typename) | |
Register new type on the system. | |
_returnError ($msg) | |
Return error with error message. | |
Protected Attributes | |
$_options | |
$_types | |
$_typesMap = array() | |
$_xml | |
__construct | ( | ) |
Constructor.
|
protected |
Generate map of public class attributes.
string | $typename | type name |
DOMElement | $typexml | target XML element |
|
protected |
Build XML service description from reflection class.
Zend_Server_Reflection_Class | $refclass | |
DOMElement | $target | target XML element |
|
protected |
Extract type of the property from DocBlock.
Zend_Reflection_Property | $prop | reflection property object |
|
protected |
Get the array of service directories.
|
protected |
Map from PHP type name to AS type name.
string | $typename | PHP type name |
|
protected |
Register new type on the system.
string | $typename | type name |
|
protected |
Return error with error message.
string | $msg | Error message |
introspect | ( | $serviceClass, | |
$options = array() |
|||
) |
Create XML definition on an AMF service class.
string | $serviceClass | Service class name |
array | $options | invocation options |
|
protected |
|
protected |
|
protected |
|
protected |