Class LanguagesControllerOverride

Description

Languages Override Controller

  • since: 2.5

Located in /administrator/components/com_languages/controllers/override.php (line 21)

JObject
   |
   --JController
      |
      --JControllerForm
         |
         --LanguagesControllerOverride
Method Summary
void cancel ([string $key = null], [ $test = null])
void edit ([string $key = null], [string $urlVar = null])
void save ([string $key = null], [string $urlVar = null])
Variables
Methods
cancel (line 191)

Method to cancel an edit

  • since: 2.5
  • access: public
void cancel ([string $key = null], [ $test = null])
  • string $key: The name of the primary key of the URL variable (not used here).
  • $test

Redefinition of:
JControllerForm::cancel()
Method to cancel an edit.
edit (line 33)

Method to edit an existing override

  • since: 2.5
  • access: public
void edit ([string $key = null], [string $urlVar = null])
  • string $key: The name of the primary key of the URL variable (not used here).
  • string $urlVar: The name of the URL variable if different from the primary key (not used here).

Redefinition of:
JControllerForm::edit()
Method to edit an existing record.
save (line 67)

Method to save an override

  • since: 2.5
  • access: public
void save ([string $key = null], [string $urlVar = null])
  • string $key: The name of the primary key of the URL variable (not used here).
  • string $urlVar: The name of the URL variable if different from the primary key (not used here).

Redefinition of:
JControllerForm::save()
Method to save a record.

Inherited Methods

Inherited From JControllerForm

JControllerForm::__construct()
JControllerForm::add()
JControllerForm::allowAdd()
JControllerForm::allowEdit()
JControllerForm::allowSave()
JControllerForm::batch()
JControllerForm::cancel()
JControllerForm::edit()
JControllerForm::getModel()
JControllerForm::getRedirectToItemAppend()
JControllerForm::getRedirectToListAppend()
JControllerForm::postSaveHook()
JControllerForm::save()

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:58:27 -0500 by phpDocumentor 1.4.4