Your IP : 216.73.216.131


Current Path : /home/lejardintz/www/libraries/fof30/Form/Header/
Upload File :
Current File : /home/lejardintz/www/libraries/fof30/Form/Header/SelectRow.php

<?php
/**
 * @package     FOF
 * @copyright   Copyright (c)2010-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license     GNU GPL version 2 or later
 */

namespace FOF30\Form\Header;

use JText;

defined('_JEXEC') or die;

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