b0y-101 Mini Shell


Current Path : E:/www/instructor/panisara/libraries/fof30/Form/Field/
File Upload :
Current File : E:/www/instructor/panisara/libraries/fof30/Form/Field/Image.php

<?php
/**
 * @package     FOF
 * @copyright   2010-2017 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.
 */
class Image extends Media
{
}

Copyright © 2019 by b0y-101