deliveryset_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class DeliverySet_List extends oxAdminList
00010 {
00011 
00017     protected $_sListClass = 'oxdeliveryset';
00018 
00024     protected $_sListType = 'oxdeliverysetlist';
00025 
00031     protected $_sThisTemplate = 'deliveryset_list.tpl';
00032 
00038     protected $_sDefSortField = 'oxpos';
00039 }