Tonic


Namespace Tonic

Class Summary
ApplicationA Tonic application
AutoloaderAutoload
ExceptionBase exception class for Tonic exceptions
MetadataCacheAPCCache resource metadata between invocationsThis class writes the resource metadata to APC for reading in a later request.
MetadataCacheFileCache resource metadata between invocationsThis class serializes the resource metadata and writes it to disk for reading in a later request.
RequestModel a HTTP request
ResourceModel a HTTP resource
ResponseModel a HTTP response
Interface Summary
MetadataCacheCache resource metadata between invocations
Exception Summary
ConditionExceptionException to be thrown when a resource method condition fails
MethodNotAllowedExceptionBase exception class for Tonic exceptions
NotAcceptableExceptionBase exception class for Tonic exceptions
NotFoundExceptionBase exception class for Tonic exceptions
UnauthorizedExceptionBase exception class for Tonic exceptions
UnsupportedMediaTypeExceptionBase exception class for Tonic exceptions

Tonic