delivery_list.php

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

Generated on Tue Aug 18 09:21:04 2009 for OXID eShop CE by  doxygen 1.5.5