This package does not contain any documentable elements

Functions

Closure()

Closure($class) 

Parameters

$class

Classes and interfaces

DecoderInterface

Defines the interface of decoders

« More »

DecoderProviderInterface

Defines the interface of decoder providers

« More »

FormatNegotiatorInterface

« More »

ViewHandlerInterface

ViewInterface

« More »

Delete

DELETE Route annotation class.

« More »

Get

GET Route annotation class.

« More »

Head

HEAD Route annotation class.

« More »

NamePrefix

NamePrefix Route annotation class.

« More »

NoRoute

No Route annotation class

« More »

Patch

PATCH Route annotation class.

« More »

Post

POST Route annotation class.

« More »

Prefix

Prefix Route annotation class.

« More »

Put

PUT Route annotation class.

« More »

Route

Route annotation class.

« More »

View

View annotation class.

« More »

ExceptionController

Custom ExceptionController that uses the view layer and supports HTTP response status code mapping

« More »

ContainerDecoderProvider

Provides encoders through the Symfony2 DIC

« More »

JsonDecoder

Encodes JSON data

« More »

XmlDecoder

Decodes XML data

« More »

Configuration

This class contains the configuration information for the bundle

« More »

FOSRestExtension

« More »

BodyListener

This listener handles Request body decoding.

« More »

FormatListener

This listener handles Accept header format negotiations.

« More »

MimeTypeListener

This listener handles registering custom mime types.

« More »

ViewResponseListener

The ViewResponseListener class handles the View core event as well as the @extra:Template annotation.

« More »

RssHandler

This is an example RSS ViewHandler.

« More »

FOSRestBundle

« More »

Codes

List of HTTP response status codes.

« More »

RestActionReader

REST controller actions reader.

« More »

RestControllerReader

REST controller reader.

« More »

RestRouteLoader

RestRouteLoader REST-enabled controller router loader.

« More »

RestRouteProcessor

Processes resource in provided loader.

« More »

RestXmlCollectionLoader

RestXmlCollectionLoader XML file collections loader.

« More »

RestYamlCollectionLoader

RestYamlCollectionLoader YAML file collections loader.

« More »

RestRouteCollection

Restful route collection.

« More »

FOSRestExtensionTest

FOSRestExtension test.

« More »

BodyListenerTest

Request listener test

« More »

FormatListenerTest

Request listener test

« More »

MimeTypeListenerTest

Request listener test

« More »

ViewResponseListenerTest

View response listener test

« More »

AnnotatedPrefixedController

« More »

AnnotatedUsersController

« More »

OrdersController

« More »

UserTopicCommentsController

« More »

UserTopicsController

« More »

UsersController

« More »

LoaderTest

Base Loader testing class.

« More »

RestRouteLoaderTest

RestRouteLoader test.

« More »

RestXmlCollectionLoaderTest

RestXmlCollectionLoader test.

« More »

RestYamlCollectionLoaderTest

RestYamlCollectionLoader test.

« More »

FormatNegotiatorTest

« More »

PluralizationTest

Pluralization test.

« More »

ViewHandlerTest

View test

« More »

ViewTest

View test

« More »

ExceptionWrapper

« More »

FormatNegotiator

« More »

Pluralization

Pluralization object.

« More »

RedirectView

Url based redirect implementation.

« More »

RouteRedirectView

Route based redirect implementation.

« More »

View

Default View implementation.

« More »

ViewHandler

View may be used in controllers to build up a response in a format agnostic way The View class takes care of encoding your data in json, xml, or renders a template for html via the Serializer component.

« More »