Class UsersController

Description

Base controller class for Users.

  • since: 1.5

Located in /components/com_users/controller.php (line 19)

JObject
   |
   --JControllerLegacy
      |
      --UsersController
Direct descendents
Class Description
 class Profile controller class for Users.
 class UsersControllerRegistration Registration controller class for Users.
 class UsersControllerRemind Reset controller class for Users.
 class UsersControllerReset Reset controller class for Users.
 class UsersControllerUser Registration controller class for Users.
Method Summary
 JController display ([boolean $cachable = false], [array $urlparams = false])
Variables
Methods
display (line 30)

Method to display a view.

  • 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:
JControllerLegacy::display()
Typical view method for MVC based architecture

Inherited Methods

Inherited From JControllerLegacy

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

Inherited From JObject

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

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