discount_list.php

Go to the documentation of this file.
00001 <?php
00002 
00010 class Discount_List extends oxAdminList
00011 {
00016     protected $_sThisTemplate = 'discount_list.tpl';
00017 
00023     protected $_sListClass = 'oxdiscount';
00024 
00030     protected $_sListType = 'oxdiscountlist';
00031 
00038     public function init()
00039     {
00040         $this->_sDefSort = getViewName('oxdiscount').".oxtitle";
00041         parent::Init();
00042     }
00043 }

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