\ConfigControllerCanceladmin
Cancel Controller for Admin
Synopsis
class ConfigControllerCanceladmin
extends ConfigControllerCancel
{
- // Inherited members from ConfigControllerCancel
- protected JApplicationCms $app;
- // methods
- 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
Extended by
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 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.