wrapping_list.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class Wrapping_List extends oxAdminList
00009 {
00010 
00016     protected $_sListClass = 'oxwrapping';
00017 
00023     protected $_sDefSortField = 'oxname';
00024 
00031     public function render()
00032     {
00033 
00034         parent::render();
00035 
00036         return "wrapping_list.tpl";
00037     }
00038 }