[Changed] code-cleanup

This commit is contained in:
MaxBuhe01 2024-08-26 23:42:41 +02:00
parent 2e45d644fe
commit 3d1389843d
3 changed files with 25 additions and 9 deletions

23
IntelliSenseHelper.php Normal file
View File

@ -0,0 +1,23 @@
<?php
/**
* This Software is the property of Data Development and is protected
* by copyright law - it is NOT Freeware.
* Any unauthorized use of this software without a valid license
* is a violation of the license agreement and will be prosecuted by
* civil and criminal law.
* http://www.shopmodule.com
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
* @link http://www.oxidmodule.com
*/
namespace D3\PdfDocuments\Modules\Application\Controller {
use OxidEsales\Eshop\Application\Controller\Admin\OrderOverview;
class d3_overview_controller_pdfdocuments_parent extends OrderOverview
{
}
}

View File

@ -21,16 +21,9 @@ use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
use OxidEsales\Eshop\Core\Registry; use OxidEsales\Eshop\Core\Registry;
use OxidEsales\Eshop\Core\TableViewNameGenerator; use OxidEsales\Eshop\Core\TableViewNameGenerator;
if (false) {
class_alias(
d3_overview_controller_pdfdocuments_parent::class,
OrderOverview::class
);
}
class d3_overview_controller_pdfdocuments extends d3_overview_controller_pdfdocuments_parent class d3_overview_controller_pdfdocuments extends d3_overview_controller_pdfdocuments_parent
{ {
/** /**
* @return bool * @return bool
* @throws DatabaseConnectionException * @throws DatabaseConnectionException
*/ */

View File

@ -82,7 +82,7 @@ $aModule = [
[ [
'template' => 'order_overview.tpl', 'template' => 'order_overview.tpl',
'block' => 'admin_order_overview_export', 'block' => 'admin_order_overview_export',
'file' => 'views/smarty/blocks/blocks/order_overview.tpl' 'file' => 'views/smarty/blocks/order_overview.tpl'
] ]
], ],
'settings' => [ 'settings' => [