Your IP : 216.73.216.215


Current Path : /home/sunflowe/www2/j30/libraries/fof30/Form/Header/
Upload File :
Current File : /home/sunflowe/www2/j30/libraries/fof30/Form/Header/SelectRow.php

<?php
/**
 * @package     FOF
 * @copyright   2010-2016 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)
 */
class SelectRow extends RowSelect
{
}