delivery_list.php

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

Generated on Thu Dec 4 12:04:55 2008 for OXID eShop CE by  doxygen 1.5.5