Your IP : 216.73.216.147


Current Path : /home/balossw/www/site2/libraries/fof30/Form/Field/
Upload File :
Current File : /home/balossw/www/site2/libraries/fof30/Form/Field/Image.php

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

namespace FOF30\Form\Field;

use FOF30\Model\DataModel;

defined('_JEXEC') or die;

/**
 * Form Field class for the FOF framework
 * Media selection field. This is an alias of the "media" field type.
 *
 * @deprecated 3.1  Support for XML forms will be removed in FOF 4
 */
class Image extends Media
{
}