wrapping_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Wrapping_List extends oxAdminList
00010 {
00016     protected $_sListClass = 'oxwrapping';
00017 
00024     public function init()
00025     {
00026         $this->_sDefSort = getViewName('oxwrapping').".oxname";
00027         parent::Init();
00028     }
00029 
00036     public function render()
00037     {
00038 
00039         parent::render();
00040 
00041         return "wrapping_list.tpl";
00042     }
00043 }

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