Package sapphire\formatters
Classes summary
| DataFormatter | A DataFormatter object handles transformation of data from Sapphire model objects to a particular output format, and vice versa. This is most commonly used in developing RESTful APIs. |
| FormEncodedDataFormatter | Accepts form encoded strings and converts them to a valid PHP array via parse_str(). Use together with RESTfulServer to submit data via POST or PUT. |
| JSONDataFormatter | |
| XMLDataFormatter |