Source for file group.php
Documentation is available at group.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* User view level controller class.
* @package Joomla.Administrator
* @var string The prefix to use with controller messages.
* Method to check if you can save a new or existing record.
* Overrides JControllerForm::allowSave to check the core.admin permission.
* @param array An array of input data.
* @param string The name of the key for the primary key.
protected function allowSave($data, $key =
'id')
* Overrides JControllerForm::allowEdit
* Checks that non-Super Admins are not editing Super Admins.
* @param array An array of input data.
* @param string The name of the key for the primary key.
protected function allowEdit($data =
array(), $key =
'id')
// Check if this group is a Super Admin
// If I'm not a Super Admin, then disallow the edit.
Documentation generated on Tue, 19 Nov 2013 15:04:06 +0100 by phpDocumentor 1.4.3