Source for file messages.php
Documentation is available at messages.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
* @package Joomla.Administrator
* @subpackage com_messages
* @param string The name of the active view.
'index.php?option=com_messages&view=message&layout=edit',
JText::_('COM_MESSAGES_READ'),
'index.php?option=com_messages',
* Gets a list of the actions that can be performed.
foreach ($actions as $action)
$result->set($action->name, $user->authorise($action->name, 'com_messages'));
* Get a list of filter options for the state of a module.
* @return array An array of JHtmlOption elements.
// Build the filter options.
$options[] =
JHtml::_('select.option', '1', JText::_('COM_MESSAGES_OPTION_READ'));
$options[] =
JHtml::_('select.option', '0', JText::_('COM_MESSAGES_OPTION_UNREAD'));
$options[] =
JHtml::_('select.option', '-2', JText::_('JTRASHED'));
Documentation generated on Tue, 19 Nov 2013 15:08:07 +0100 by phpDocumentor 1.4.3