Class UsersControllerGroups

Description

User groups list controller class.

  • since: 1.6

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

JObject
   |
   --JController
      |
      --JControllerAdmin
         |
         --UsersControllerGroups
Variable Summary
string $text_prefix
Method Summary
void checkin ()
void delete ()
void getModel ([ $name = 'Group'], [ $prefix = 'UsersModel'])
void publish ()
void reorder ()
void saveorder ()
Variables
Methods
checkin (line 112)

Check in of one or more records.

Overrides JControllerAdmin::checkin to check the core.admin permission.

  • since: 1.6
  • access: public
void checkin ()

Redefinition of:
JControllerAdmin::checkin()
Check in of one or more records.
delete (line 44)

Removes an item.

Overrides JControllerAdmin::delete to check the core.admin permission.

  • since: 1.6
void delete ()

Redefinition of:
JControllerAdmin::delete()
Removes an item.
getModel (line 32)

Proxy for getModel.

  • since: 1.6
  • access: public
void getModel ([ $name = 'Group'], [ $prefix = 'UsersModel'])
  • $name
  • $prefix

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

Method to publish a list of records.

Overrides JControllerAdmin::publish to check the core.admin permission.

  • since: 1.6
void publish ()

Redefinition of:
JControllerAdmin::publish()
Method to publish a list of items
reorder (line 78)

Changes the order of one or more records.

Overrides JControllerAdmin::reorder to check the core.admin permission.

  • since: 1.6
  • access: public
void reorder ()

Redefinition of:
JControllerAdmin::reorder()
Changes the order of one or more records.
saveorder (line 95)

Method to save the submitted ordering values for records.

Overrides JControllerAdmin::saveorder to check the core.admin permission.

  • since: 1.6
  • access: public
void saveorder ()

Redefinition of:
JControllerAdmin::saveorder()
Method to save the submitted ordering values for records.

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 13:55:10 -0500 by phpDocumentor 1.4.4