OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
vendor_list.php
Go to the documentation of this file.
1 <?php
2 
6 class Vendor_List extends oxAdminList
7 {
8 
14  protected $_sThisTemplate = 'vendor_list.tpl';
15 
21  protected $_sListClass = 'oxvendor';
22 
28  protected $_sDefSortField = 'oxtitle';
29 }