Source for file sessionhandler.php
Documentation is available at sessionhandler.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 select list of session handler options.
* @package Joomla.Platform
protected $type =
'SessionHandler';
* Method to get the session handler field options.
* @return array The field option objects.
// Get the options from JSession.
$options[] =
JHtml::_('select.option', $store, JText::_('JLIB_FORM_VALUE_SESSION_' .
$store), 'value', 'text');
// Merge any additional options in the XML definition.
Documentation generated on Tue, 19 Nov 2013 15:12:54 +0100 by phpDocumentor 1.4.3