\ConfigControllerComponentSave
Save Controller for global configuration
Synopsis
class ConfigControllerComponentSave
extends JControllerBase
{
- // members
- protected JApplicationCms $app;
- // methods
- public mixed 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. - $input
—
JInput
The input object.
Methods
public
- execute() — Method to save global configuration.
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.