Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/libraries/fof30/Form/Field/
Upload File :
Current File : /home/bijouxly/www/libraries/fof30/Form/Field/RowSelect.php

<?php
/**
 * @package   FOF
 * @copyright Copyright (c)2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 2, or later
 */

namespace FOF30\Form\Field;

defined('_JEXEC') or die;

/**
 * Form Field class for FOF
 * Alias to RowSelect (common typo)
 *
 * @deprecated 3.1  Support for XML forms will be removed in FOF 4
 */
class RowSelect extends SelectRow
{
}