\ConfigControllerCancel
Cancel Controller
Synopsis
class ConfigControllerCancel
extends JControllerBase
{
- // members
- protected JApplicationCms $app;
- // methods
- 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
Extended by
Members
protected
- $app
—
JApplicationCms
Application object - Redeclared for proper typehinting - $app
—
JApplicationBase
The application object. - $input
—
JInput
The input object.
Methods
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.