ClassInterface JController

Description

Joomla Platform Controller Interface

  • since: 12.1

Located in /libraries/joomla/controller/controller.php (line 19)

Serializable
   |
   --JController
Method Summary
Methods
execute (line 32)

Execute the controller.

  • return: True if controller finished execution, false if the controller did not finish execution. A controller might return false if some precondition for the controller to run has not been satisfied.
  • throws: LogicException
  • throws: RuntimeException
  • since: 12.1
  • access: public
boolean execute ()
getApplication (line 41)

Get the application object.

  • return: The application object.
  • since: 12.1
  • access: public
JApplicationBase getApplication ()
getInput (line 50)

Get the input object.

  • return: The input object.
  • since: 12.1
  • access: public
JInput getInput ()

Documentation generated on Tue, 19 Nov 2013 14:57:06 +0100 by phpDocumentor 1.4.3