Class AdminControllerProfile

Description

User profile controller class.

  • since: 1.6

Located in /administrator/components/com_admin/controllers/profile.php (line 21)

JObject
   |
   --JController
      |
      --JControllerForm
         |
         --AdminControllerProfile
Method Summary
boolean allowEdit ([array $data = array()], [string $key = 'id'])
Boolean cancel ([string $key = null])
mixed save ([ $key = null], [ $urlVar = null])
Variables
Methods
allowEdit (line 34)

Method to check if you can add a new record.

Extended classes can override this if necessary.

  • since: 1.6
  • access: protected
boolean allowEdit ([array $data = array()], [string $key = 'id'])
  • array $data: An array of input data.
  • string $key: The name of the key for the primary key.

Redefinition of:
JControllerForm::allowEdit()
Method to check if you can add a new record.
cancel (line 79)

Method to cancel an edit.

  • return: True if access level checks pass, false otherwise.
  • since: 1.6
  • access: public
Boolean cancel ([string $key = null])
  • string $key: The name of the primary key of the URL variable.

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

Overrides parent save method to check the submitted passwords match.

  • return: Boolean or JError.
  • since: 1.6
  • access: public
mixed 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:58:54 -0500 by phpDocumentor 1.4.4