\ConfigControllerApplicationCancel
Cancel Controller for global configuration
Synopsis
class ConfigControllerApplicationCancel
extends ConfigControllerCanceladmin
{
- // Inherited members from ConfigControllerCanceladmin
- protected $context;
- protected $option;
- protected $redirect;
- // Inherited members from ConfigControllerCancel
- protected JApplicationCms $app;
- // methods
- public boolean execute()
- // Inherited methods from ConfigControllerCanceladmin
- public boolean execute()
- // Inherited methods from ConfigControllerCancel
- public boolean execute()
- // Inherited methods from JControllerBase
- public void __construct()
- public JApplicationBase getApplication()
- public JInput getInput()
- public string serialize()
- public JController unserialize()
- protected JApplicationBase loadApplication()
- protected JInput loadInput()
Hierarchy
Extends
Members
protected
- $app
—
JApplicationCms
Application object - Redeclared for proper typehinting - $app
—
JApplicationBase
The application object. - $context
—
string
The context for storing internal data, e.g. record. - $input
—
JInput
The input object. - $option
—
string
The URL option for the component. - $redirect
—
string
URL for redirection.
Methods
public
- execute() — Method to cancel global configuration.
Inherited from ConfigControllerCanceladmin
public
- execute() — Method to handle admin cancel
Inherited from ConfigControllerCancel
public
- execute() — Method to handle cancel
Inherited from JControllerBase
protected
- loadApplication() — Load the application object.
- loadInput() — Load the input object.
public
- getApplication() — Get the application object.
- getInput() — Get the input object.
- serialize() — Serialize the controller.
- unserialize() — Unserialize the controller.