| Current Path : /var/www/iplanru/data/www/iplan.5018.vps.agava.net/components/com_pay/controllers/ |
| Current File : /var/www/iplanru/data/www/iplan.5018.vps.agava.net/components/com_pay/controllers/discount.php |
<?php
// No direct access
defined( '_JEXEC' ) or die;
/**
* Controller
* @author kirdinyuri
*/
class PayControllerDiscount extends JControllerForm
{
/**
* Class constructor
* @param array $config
*/
function __construct( $config = array() )
{
$this->view_list = 'Discounts';
parent::__construct( $config );
}
/**
* @return bool
*/
public function allowSave()
{
return true;
}
}