XRL  latest
Simple XML-RPC Library (both client and server)
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cfpoirotte\XRL\Types\AbstractTypeA class representing an abstract XML-RPC type
 Cfpoirotte\XRL\Types\AbstractCollectionAn abstract XML-RPC type representing a collection of values
 Cfpoirotte\XRL\Types\ArrayTypeThe XML-RPC "array" type
 Cfpoirotte\XRL\Types\StructThe XML-RPC "struct" type
 Cfpoirotte\XRL\Types\AbstractDateTimeAbstract class for various "date-time" types
 Cfpoirotte\XRL\Types\DateTimeThe XML-RPC "dateTime" type
 Cfpoirotte\XRL\Types\DateTimeIso8601The XML-RPC "dateTime.iso8601" type
 Cfpoirotte\XRL\Types\AbstractIntegerAbstract class for fixed-length integer types
 Cfpoirotte\XRL\Types\BigIntegerThe XML-RPC "i8" type
 Cfpoirotte\XRL\Types\I1The XML-RPC "i1" type
 Cfpoirotte\XRL\Types\I2The XML-RPC "i2" type
 Cfpoirotte\XRL\Types\I8The XML-RPC "i8" type
 Cfpoirotte\XRL\Types\IntTypeThe XML-RPC "int" type
 Cfpoirotte\XRL\Types\I4The XML-RPC "i4" type
 Cfpoirotte\XRL\Types\BooleanThe XML-RPC "boolean" type
 Cfpoirotte\XRL\Types\DomThe XML-RPC "dom" type
 Cfpoirotte\XRL\Types\DoubleThe XML-RPC "double" type
 Cfpoirotte\XRL\Types\NilThe XML-RPC "nil" type for null values
 Cfpoirotte\XRL\Types\StringTypeThe XML-RPC "string" type
 Cfpoirotte\XRL\Types\Base64The XML-RPC "base64" type
 CArrayAccessInterface to provide accessing objects as arrays
 Cfpoirotte\XRL\ServerA simple XML-RPC server
 Cfpoirotte\XRL\Types\AbstractCollectionAn abstract XML-RPC type representing a collection of values
 Cfpoirotte\XRL\AutoloadAn helper class that wraps XRL's autoloader
 Cfpoirotte\XRL\CallableInterfaceInterface for something that can be called
 Cfpoirotte\XRL\CallableObjectClass used to represent anything that is callable
 Cfpoirotte\XRL\CapableServerA class that adds various capabilities to an existing XML-RPC server
 Cfpoirotte\XRL\CLIA class that implements a simple CLI script to send XML-RPC queries and to display their result
 Cfpoirotte\XRL\ClientA simple XML-RPC client
 CCountableClasses implementing Countable can be used with the count() function
 Cfpoirotte\XRL\ServerA simple XML-RPC server
 Cfpoirotte\XRL\Types\AbstractCollectionAn abstract XML-RPC type representing a collection of values
 Cfpoirotte\XRL\DecoderInterfaceInterface for an XML-RPC decoder
 Cfpoirotte\XRL\DecoderA decoder that can process XML-RPC requests and responses, with optional XML validation
 Cfpoirotte\XRL\NativeDecoderA decoder that transparently converts XML-RPC types to native PHP types
 Cfpoirotte\XRL\EncoderInterfaceInterface for an XML-RPC encoder
 Cfpoirotte\XRL\EncoderAn XML-RPC encoder that can produce either compact documents or pretty documents
 Cfpoirotte\XRL\NativeEncoderAn XML-RPC encoder that transparently converts PHP types to their XML-RPC counterpart
 CException
 Cfpoirotte\XRL\ExceptionAn exception that is used to represent XML-RPC errors
 Cfpoirotte\XRL\FaultExceptionAbstract definition of an interoperable fault
 Cfpoirotte\XRL\Faults\ApplicationErrorExceptionAn interoperable fault representing an application error
 Cfpoirotte\XRL\Faults\ImplementationDefinedErrorExceptionAn interoperable fault representing an implementation-defined error
 Cfpoirotte\XRL\Faults\InternalErrorExceptionAn interoperable fault representing an internal error
 Cfpoirotte\XRL\Faults\InvalidCharacterExceptionAn interoperable fault representing an error due to an invalid character
 Cfpoirotte\XRL\Faults\InvalidParameterExceptionAn interoperable fault representing an error due to an invalid parameter
 Cfpoirotte\XRL\Faults\InvalidXmlRpcExceptionAn interoperable fault representing an error due to an invalid XML-RPC message
 Cfpoirotte\XRL\Faults\MethodNotFoundExceptionAn interoperable fault representing an error due to a missing method
 Cfpoirotte\XRL\Faults\NotWellFormedExceptionAn interoperable fault representing an error due to message that is not well formed
 Cfpoirotte\XRL\Faults\SystemErrorExceptionAn interoperable fault representing a system error
 Cfpoirotte\XRL\Faults\TransportErrorExceptionAn interoperable fault representing a transport error
 Cfpoirotte\XRL\Faults\UnsupportedEncodingExceptionAn interoperable fault representing an error due to an unsupported encoding
 CIteratorInterface for external iterators or objects that can be iterated themselves internally
 Cfpoirotte\XRL\Types\AbstractCollectionAn abstract XML-RPC type representing a collection of values
 Cfpoirotte\XRL\NodeAn XML node as read from an XML reader
 Cfpoirotte\XRL\OutputA class that formats messages before sending them to a stream
 Cfpoirotte\XRL\RequestInterfaceInterface for an object representing an XML-RPC request
 Cfpoirotte\XRL\RequestA class that represents an XML-RPC request
 Cfpoirotte\XRL\ResponseInterfaceInterface for the response to an XML-RPC request, as produced by an XML-RPC server
 Cfpoirotte\XRL\ResponseThis class represents the response to an XML-RPC request
 CSerializableInterface for customized serializing
 CTraversableInterface to detect if a class is traversable using foreach
 CIteratorAggregateInterface to create an external Iterator
 Cfpoirotte\XRL\ServerA simple XML-RPC server