Class ResponsiveFileManagerModuleCenterModuleController.
Class representing the module center module controller for the responsive file manager.
extends |
AbstractModuleCenterModuleController |
---|---|
category |
System |
package |
Modules |
subpackage |
Controllers |
__construct(\HttpContextReaderInterface $httpContextReader, \HttpResponseProcessorInterface $httpResponseProcessor, \ContentViewInterface $defaultContentView)
\HttpContextReaderInterface
\HttpResponseProcessorInterface
\ContentViewInterface
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
actionGetConfiguration() : \JsonHttpControllerResponse
actionSaveConfiguration()
returns |
RedirectHttpControllerResponse Default page. |
---|---|
proceed(\HttpContextInterface $httpContext)
The action method is determined by the http context reader instance and the current request context. Re-implement this method in child classes to enable XSS and CSRF protection on demand.
see | \HttpContextReaderInterface::getActionName \HttpResponseProcessorInterface::proceed |
---|---|
Throws |
|
validateCurrentAdminStatus()
Throws |
|
---|