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 
00022     protected $_sDefSortField = 'oxname';
00023 
00030     public function render()
00031     {
00032 
00033         parent::render();
00034         return "wrapping_list.tpl";
00035     }
00036 }