PHP Neos\Flow\Mvc\Controller 네임스페이스

중첩된 네임스페이스

Neos\Flow\Mvc\Controller\Exception

Interfaces

이름 설명
ControllerInterface Generic interface for controllers

클래스들

이름 설명
AbstractController An abstract base class for HTTP based controllers
ActionController An HTTP based multi-action controller.
Argument A controller argument
Arguments A composite of controller arguments
ControllerContext The controller context holds information about the request, response, arguments and further details of a controller. Instances of this class act as a container for conveniently passing the information to other classes who need it, usually views being views or view helpers.
Exception A generic Controller exception
MvcPropertyMappingConfiguration The default property mapping configuration is available inside the Argument-object.
MvcPropertyMappingConfigurationService This is a Service which can generate a request hash and check whether the currently given arguments fit to the request hash.
RestController An action controller for RESTful web services
StandardController A Special Case of a Controller: If no controller has been specified in the request, this controller is chosen.