Interface HttpViewControllerInterface
category |
System |
---|---|
package |
Http |
subpackage |
Interfaces |
actionDefault() : \HttpControllerResponseInterface
Every controller child class requires at least the default action method, which is invoked when the ::_getQueryParameterData('do') value is not separated by a trailing slash.
Every action method have to return an instance which implements the http controller response interface.
\HttpControllerResponseInterface
proceed(\HttpContextInterface $httpContext)
The action method is determined by the current http context.