OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
wrapping_list.php
Go to the documentation of this file.
1 <?php
2 
9 {
10 
16  protected $_sListClass = 'oxwrapping';
17 
23  protected $_sDefSortField = 'oxname';
24 
31  public function render()
32  {
33 
35 
36  return "wrapping_list.tpl";
37  }
38 }