| Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/src/Library/Methods/ |
| Current File : /home/smartconb/www/armencom33/components/com_eventgallery/src/Library/Methods/SurchargeMethod.php |
<?php
/**
* @package Sven.Bluege
* @subpackage com_eventgallery
*
* @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Svenbluege\Component\Eventgallery\Site\Library\Methods;
use Svenbluege\Component\Eventgallery\Site\Library\ServiceLineitem;
defined('_JEXEC') or die();
abstract class SurchargeMethod extends AbstractMethod
{
protected $_methodtable = 'Surcharge';
public function getTypeCode() {
return ServiceLineitem::TYPE_SURCHARGE;
}
}