Source for file registrationdaterange.php
Documentation is available at registrationdaterange.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 =
'RegistrationDateRange';
'today' =>
'COM_USERS_OPTION_RANGE_TODAY',
'past_week' =>
'COM_USERS_OPTION_RANGE_PAST_WEEK',
'past_1month' =>
'COM_USERS_OPTION_RANGE_PAST_1MONTH',
'past_3month' =>
'COM_USERS_OPTION_RANGE_PAST_3MONTH',
'past_6month' =>
'COM_USERS_OPTION_RANGE_PAST_6MONTH',
'past_year' =>
'COM_USERS_OPTION_RANGE_PAST_YEAR',
'post_year' =>
'COM_USERS_OPTION_RANGE_POST_YEAR',
* 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:11:43 +0100 by phpDocumentor 1.4.3