PHP Neos\Flow\Mvc Пространство имен

Пространства имен

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

Interfaces

Имя Описание
RequestInterface Contract for a dispatchable request.
ResponseInterface A generic and very basic response implementation

Классы

Имя Описание
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