Class MenusControllerMenu

Description

The Menu Type Controller

  • since: 1.6

Located in /administrator/components/com_menus/controllers/menu.php (line 18)

JObject
   |
   --JController
      |
      --JControllerForm
         |
         --MenusControllerMenu
Method Summary
JController display ([boolean $cachable = false], [array $urlparams = false])
void save ([ $key = null], [ $urlVar = null])
Variables
Methods
display (line 29)

Dummy method to redirect back to standard controller

  • return: This object to support chaining.
  • since: 1.5
  • access: public
JController display ([boolean $cachable = false], [array $urlparams = false])
  • boolean $cachable: If true, the view output will be cached
  • array $urlparams: An array of safe url parameters and their variable types, for valid values see JFilterInput::clean().

Redefinition of:
JController::display()
Typical view method for MVC based architecture
save (line 39)

Method to save a menu item.

  • access: public
void save ([ $key = null], [ $urlVar = null])
  • $key
  • $urlVar

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:57:01 -0500 by phpDocumentor 1.4.4