Source for file useractive.php
Documentation is available at useractive.php
* @package Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Field to show a list of available user active statuses
* @package Joomla.Libraries
protected $type =
'UserActive';
'0' =>
'COM_USERS_ACTIVATED',
'1' =>
'COM_USERS_UNACTIVATED'
* Method to instantiate the form field object.
* @param JForm $form The form to attach to the form field object.
parent::__construct($form);
// Load the required language
Documentation generated on Tue, 19 Nov 2013 15:16:34 +0100 by phpDocumentor 1.4.3