Source for file usermessages.php
Documentation is available at usermessages.php
* @package Joomla.Administrator
* @subpackage com_messages
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Supports an modal select of user that have access to com_messages
* @package Joomla.Administrator
* @subpackage com_messages
public $type =
'UserMessages';
* Method to get the filtering groups (null means no filtering)
* @return array|null array of filtering groups or null.
$query =
$db->getQuery(true)
$groups =
$db->loadColumn();
catch
(RuntimeException $e)
foreach ($groups as $i =>
$group)
* Method to get the users to exclude from the list of users
* @return array|nullarray of users to exclude or null to to not exclude them
Documentation generated on Tue, 19 Nov 2013 15:16:35 +0100 by phpDocumentor 1.4.3