Source for file published.php
Documentation is available at published.php
* @package FrameworkOnFramework
* @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
// Protect from unauthorized access
* Field header for Published (enabled) columns
* @package FrameworkOnFramework
* Create objects for the options
* @return array The array of option objects
if ($this->element['show_published'] ==
'false')
$config['published'] =
0;
if ($this->element['show_unpublished'] ==
'false')
$config['unpublished'] =
0;
if ($this->element['show_archived'] ==
'true')
if ($this->element['show_trash'] ==
'true')
if ($this->element['show_all'] ==
'true')
$options =
JHtml::_('jgrid.publishedOptions', $config);
Documentation generated on Tue, 19 Nov 2013 15:11:21 +0100 by phpDocumentor 1.4.3