Class UsersControllerUsers

Description

Users list controller class.

  • since: 1.6

Located in /administrator/components/com_users/controllers/users.php (line 22)

JObject
   |
   --JController
      |
      --JControllerAdmin
         |
         --UsersControllerUsers
Variable Summary
string $text_prefix
Method Summary
UsersControllerUsers __construct ([array $config = array()])
void activate ()
void changeBlock ()
object The getModel ([string $name = 'User'], [string $prefix = 'UsersModel'], [array $config = array('ignore_request' => true)])
Variables
Methods
Constructor __construct (line 40)

Constructor.

UsersControllerUsers __construct ([array $config = array()])
  • array $config: An optional associative array of configuration settings.

Redefinition of:
JControllerAdmin::__construct()
Constructor.
activate (line 119)

Method to activate a record.

  • since: 1.6
  • access: public
void activate ()
changeBlock (line 71)

Method to change the block status on a record.

  • since: 1.6
  • access: public
void changeBlock ()
getModel (line 59)

Proxy for getModel.

  • return: model.
  • since: 1.6
  • access: public
object The getModel ([string $name = 'User'], [string $prefix = 'UsersModel'], [array $config = array('ignore_request' => true)])
  • string $name: The model name. Optional.
  • string $prefix: The class prefix. Optional.
  • array $config: Configuration array for model. Optional.

Redefinition of:
JController::getModel()
Method to get a model object, loading it if required.

Inherited Methods

Inherited From JControllerAdmin

JControllerAdmin::__construct()
JControllerAdmin::checkin()
JControllerAdmin::delete()
JControllerAdmin::display()
JControllerAdmin::publish()
JControllerAdmin::reorder()
JControllerAdmin::saveorder()

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 14:00:32 -0500 by phpDocumentor 1.4.4