deliveryset_list.php

Go to the documentation of this file.
00001 <?php
00002 
00010 class DeliverySet_List extends oxAdminList
00011 {
00017     protected $_sListClass = 'oxdeliveryset';
00018 
00024     protected $_sListType = 'oxdeliverysetlist';
00025 
00030     protected $_sThisTemplate = 'deliveryset_list.tpl';
00031 
00038     public function init()
00039     {
00040         $sViewName = getViewName('oxdeliveryset');
00041         $this->_sDefSort = "$sViewName.oxpos";
00042         parent::Init();
00043     }
00044 }

Generated on Fri Dec 19 14:20:27 2008 for OXID eShop CE by  doxygen 1.5.5