\JController
Joomla Platform Controller Interface
Synopsis
interface JController
extends Serializable
{
- // methods
- public boolean execute()
- public JApplicationBase getApplication()
- public JInput getInput()
- // Inherited methods from Serializable
- public string serialize()
- public void unserialize()
Hierarchy
Extends
Implemented by
- MyTestControllerFoo
- TControllerBar
- BaseController
- InstallationControllerVerifyftpsettings
- InstallationControllerDatabase
- InstallationControllerSetlanguage
- InstallationControllerInstallDatabase_remove
- InstallationControllerInstallDatabase_backup
- InstallationControllerInstallConfig
- InstallationControllerInstallSample
- InstallationControllerInstallDatabase
- InstallationControllerInstallLanguages
- InstallationControllerInstallEmail
- InstallationControllerSetdefaultlanguage
- InstallationControllerSummary
- InstallationControllerFtp
- InstallationControllerDetectftproot
- InstallationControllerSite
- InstallationControllerRemovefolder
- InstallationControllerPreinstall
- InstallationControllerDefault
- ConfigControllerCancel
- ConfigControllerCmsbase
- ConfigControllerCanceladmin
- ConfigControllerConfigSave
- ConfigControllerConfigDisplay
- ConfigControllerDisplay
- ConfigControllerTemplatesSave
- ConfigControllerTemplatesDisplay
- ConfigControllerApplicationCancel
- ConfigControllerApplicationSave
- ConfigControllerApplicationRemoveroot
- ConfigControllerApplicationDisplay
- ConfigControllerApplicationRefreshhelp
- ConfigControllerComponentCancel
- ConfigControllerComponentSave
- ConfigControllerComponentDisplay
- JControllerBase
Methods
public
- execute() — Execute the controller.
- getApplication() — Get the application object.
- getInput() — Get the input object.
Inherited from Serializable
public
- serialize() — String representation of object
- unserialize() — Constructs the object