Framework utilties.
| Class | Description | |
|---|---|---|
| BinaryAttachment | BinaryAttachments work much the same way RxFileReferences do, except they allow you to attach arbitrary binary data to models instead of files. | |
| Inflector | AS3 CakePHP inflector implementation. | |
| ModelsMetadata | All runtime metadata used by the framework about application models is stored in this class. | |
| MultiPartRequestBuilder | This class performs custom multi-part request construction for binary attachments. | |
| RxFileReference | Allows Flash file references to be attached to models. | |
| RxUtils | Various Utilities. | |
| ServiceErrors | Provides access to ServiceProvider validation errors | |
| TypedArray | An array of items where we know what type of models it contains. | |
| UUID | This class implements a binary version of UUIDs as specified in the RFC. |