PHP Neos\Flow\Mvc Namespace

Nested Namespaces

Neos\Flow\Mvc\Controller
Neos\Flow\Mvc\Exception
Neos\Flow\Mvc\Routing
Neos\Flow\Mvc\View

Interfaces

Name Description
RequestInterface Contract for a dispatchable request.
ResponseInterface A generic and very basic response implementation

Classes

Name Description
ActionRequest Represents an internal request targeted to a controller action
DispatchComponent A dispatch component
Dispatcher Dispatches requests to the controller which was specified by the request and returns the response the controller generated.
FlashMessageContainer This is a container for all Flash Messages.
RequestMatcher This class is a helper that can be used as a context for an Eel evaluation to match a request using the Eel Syntax. This is primarily used in the requestFilter of the Views.yaml configuration.
Response A generic and very basic response implementation
ViewConfigurationManager A View Configuration Manager