OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
wrapping_list.php
Go to the documentation of this file.
1 <?php
2 
9 {
15  protected $_sListClass = 'oxwrapping';
16 
22  protected $_sDefSortField = 'oxname';
23 
30  public function render()
31  {
32 
34  return "wrapping_list.tpl";
35  }
36 }