Class UsersControllerLevel

Description

User view level controller class.

  • since: 1.6

Located in /administrator/components/com_users/controllers/level.php (line 19)

JObject
   |
   --JController
      |
      --JControllerForm
         |
         --UsersControllerLevel
Variable Summary
string $text_prefix
Method Summary
boolean allowSave (array $data, [string $key = 'id'])
void delete ()
Variables
Methods
allowSave (line 38)

Method to check if you can save a new or existing record.

Overrides JControllerForm::allowSave to check the core.admin permission.

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

Redefinition of:
JControllerForm::allowSave()
Method to check if you can save a new or existing record.
delete (line 46)

Method to remove a record.

  • access: public
void delete ()

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:56:15 -0500 by phpDocumentor 1.4.4