discount_list.php

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

Generated on Tue Aug 4 09:09:56 2009 for OXID eShop CE by  doxygen 1.5.5