deliveryset_list.php

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