Current Directory: /home/astoriaah/www/libraries/fof30/Form/Header
Viewing File: /home/astoriaah/www/libraries/fof30/Form/Header/SelectRow.php
<?php
/**
* @package FOF
* @copyright Copyright (c)2010-2018 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
{
}