OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
metadata.php
Go to the documentation of this file.
1 <?php
2 
7 
11 $aModule = array(
12  'id' => 'invoicepdf',
13  'title' => 'Invoice PDF',
14  'description' => 'Module to export invoice PDF files.',
15  'thumbnail' => 'picture.png',
16  'version' => '1.0',
17  'author' => 'OXID eSales AG',
18  'extend' => array(
19  'oxorder' => 'oe/invoicepdf/myorder'
20  )
21 );