Go to the documentation of this file.00001 <?php
00002
00006 $sMetadataVersion = '1.0';
00007
00011 $aModule = array(
00012 'id' => 'invoicepdf',
00013 'title' => 'Invoice PDF',
00014 'description' => 'Module to export invoice PDF files.',
00015 'thumbnail' => 'picture.png',
00016 'version' => '1.0',
00017 'author' => 'OXID eSales AG',
00018 'extend' => array(
00019 'oxorder' => 'oe/invoicepdf/models/invoicepdfoxorder',
00020 'order_overview' => 'oe/invoicepdf/controllers/admin/invoicepdforder_overview'
00021 ),
00022 'files' => array(
00023 'InvoicepdfBlock' => 'oe/invoicepdf/models/invoicepdfblock.php',
00024 'InvoicepdfArticleSummary' => 'oe/invoicepdf/models/invoicepdfarticlesummary.php'
00025 ),
00026 'blocks' => array(
00027 array(
00028 'template' => 'order_overview.tpl',
00029 'block' => 'admin_order_overview_export',
00030 'file' => 'views/admin/blocks/order_overview.tpl'
00031 ),
00032 ),
00033 );