Source for file cachehandler.php
Documentation is available at cachehandler.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Form Field class for the Joomla Platform.
* Provides a list of available cache handlers
* @package Joomla.Platform
protected $type =
'CacheHandler';
* Method to get the field options.
* @return array The field option objects.
// Convert to name => name array.
$options[] =
JHtml::_('select.option', $store, JText::_('JLIB_FORM_VALUE_CACHE_' .
$store), 'value', 'text');
Documentation generated on Tue, 19 Nov 2013 14:54:53 +0100 by phpDocumentor 1.4.3