voucherserie_list.php

Go to the documentation of this file.
00001 <?php
00002 
00010 class VoucherSerie_List extends oxAdminList
00011 {
00017     protected $_sListClass = 'oxvoucherserie';
00018 
00023     protected $_sThisTemplate = 'voucherserie_list.tpl';
00024 
00030     public function deleteEntry()
00031     {
00032         // first we remove vouchers
00033         $oVoucherSerie = oxNew( "oxvoucherserie" );
00034         $oVoucherSerie->load(oxConfig::getParameter("oxid"));
00035         $oVoucherSerie->deleteVoucherList();
00036 
00037         parent::deleteEntry();
00038     }
00039 }

Generated on Thu Dec 4 12:04:56 2008 for OXID eShop CE by  doxygen 1.5.5