b0y-101 Mini Shell


Current Path : E:/www/km/15/components/com_roksprocket/lib/RokSprocket/Form/Fields/
File Upload :
Current File : E:/www/km/15/components/com_roksprocket/lib/RokSprocket/Form/Fields/providerselection.php

<?php
/**
 * @version   $Id: providerselection.php 19225 2014-02-27 00:15:10Z btowles $
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

class RokCommon_Form_Field_ProviderSelection extends RokCommon_Form_AbstractField
{
    protected $type = 'ProviderSelection';

	public function getLabel()
	{
		return "";
	}


	public function getInput()
	{
		return '<input id="'.$this->id.'" type="hidden" name="' . $this->name . '" value="' . $this->value . '"/>';
	}
}

Copyright © 2019 by b0y-101