Class ConfigControllerApplication

Description

Located in /administrator/components/com_config/controllers/application.php (line 15)

JObject
   |
   --JController
      |
      --ConfigControllerApplication
Method Summary
void __construct ([array $config = array()])
void cancel ()
void refreshHelp ()
bool removeroot ()
bool save ()
Variables
Methods
Constructor __construct (line 24)

Class Constructor

  • since: 1.5
void __construct ([array $config = array()])
  • array $config: An optional associative array of configuration settings.

Redefinition of:
JController::__construct()
Constructor.
cancel (line 123)

Cancel operation

void cancel ()
refreshHelp (line 142)
void refreshHelp ()
removeroot (line 164)

Method to remove the root property from the configuration.

  • return: True on success, false on failure.
  • since: 1.5
  • access: public
bool removeroot ()
save (line 38)

Method to save the configuration.

  • return: True on success, false on failure.
  • since: 1.5
  • access: public
bool save ()

Inherited Methods

Inherited From JController

JController::__construct()
JController::addModelPath()
JController::addPath()
JController::addViewPath()
JController::authorise()
JController::authorize()
JController::checkEditId()
JController::createFileName()
JController::createModel()
JController::createView()
JController::display()
JController::execute()
JController::getInstance()
JController::getModel()
JController::getName()
JController::getTask()
JController::getTasks()
JController::getView()
JController::holdEditId()
JController::redirect()
JController::registerDefaultTask()
JController::registerTask()
JController::releaseEditId()
JController::setAccessControl()
JController::setMessage()
JController::setPath()
JController::setRedirect()
JController::unregisterTask()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:52:13 -0500 by phpDocumentor 1.4.4