wrapping_list.php

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

Generated on Mon Oct 26 20:07:16 2009 for OXID eShop CE by  doxygen 1.5.5