Classes and interfaces
Amfphp_Core_Amf_Constants¶
constants relative to the Amf format
« More »
Amfphp_Core_Amf_Deserializer¶
Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects
representing the data.
« More »
Amfphp_Core_Amf_Handler¶
This is the default handler for the gateway.
« More »
Amfphp_Core_Amf_Message¶
Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.
« More »
Amfphp_Core_Amf_Packet¶
content holder for an Amf Packet.
« More »
Amfphp_Core_Amf_Serializer¶
AmfSerializer manages the job of translating PHP objects into
the actionscript equivalent via Amf.
« More »
Amfphp_Core_Amf_Util¶
utils for Amf handling
« More »
Classes and interfaces
Amfphp_Core_Amf_Types_ByteArray¶
Amf byte arrays will be converted to and from this class
« More »
Amfphp_Core_Amf_Types_Date¶
Amf dates will be converted to and from this class.
« More »
Amfphp_Core_Amf_Types_Undefined¶
Amf Undefined will be converted to and from this class
« More »
Amfphp_Core_Amf_Types_Xml¶
Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.
« More »
Amfphp_Core_Amf_Types_XmlDocument¶
AS3 XMLDocument type.
« More »
Classes and interfaces
Amfphp_Core_Common_IDeserializedRequestHandler¶
interface for a class that can handle a deserialized request
« More »
Amfphp_Core_Common_IDeserializer¶
interface for deserializers.
« More »
Amfphp_Core_Common_IExceptionHandler¶
An exception handler is passed an exception and must translate that into something that is serializable.
« More »
Amfphp_Core_Common_ISerializer¶
interface for serializers.
« More »
Amfphp_Core_Common_ClassFindInfo¶
The information necessary for a service router to be able to load a class' file and instanciate it
could be extended later with namespaces when they become mainstream
« More »
Amfphp_Core_Common_ServiceCallParameters¶
place holder class for the variables necessary to make a service call
« More »
Amfphp_Core_Common_ServiceRouter¶
The Service Router class is responsible for executing the remote service method and returning it's value.
« More »