Go to the source code of this file.
Variables | |
| $sMetadataVersion = '1.0' | |
| $aModule | |
| $aModule | 
 array(
    'id'           => 'invoicepdf',
    'title'        => 'Invoice PDF',
    'description'  => 'Module for making invoice PDF files.',
    'thumbnail'    => 'picture.png',
    'version'      => '1.0',
    'author'       => 'OXID eSales AG',
    'extend'       => array(
        'oxorder' => 'invoicepdf/myorder'
    )
)
Module information
Definition at line 11 of file metadata.php.
| $sMetadataVersion = '1.0' | 
Metadata version
Definition at line 6 of file metadata.php.
 1.7.1