Your IP : 216.73.217.13


Current Path : /home/poneycluc/www/plugins/system/t4/admin/field/
Upload File :
Current File : /home/poneycluc/www/plugins/system/t4/admin/field/t4off.php

<?php
/**
 * @package     Joomla.Libraries
 * @subpackage  Form
 *
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

use Joomla\CMS\Form\FormField;

defined('JPATH_PLATFORM') or die;
/**
 * Form Field class for the Joomla Framework.
 *
 * @since  2.5
 */
class JFormFieldT4off extends FormField
{
	/**
	 * The field type.
	 *
	 * @var		string
	 */
	protected $type = 't4off';
	protected function getInput()
	{
		$html = '';
		return $html;
	}
	protected function getLabel()
	{
		
		$html = '';
		return $html;
	}
}