OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
payment_list.php
Go to the documentation of this file.
1 <?php
2 
8 class Payment_List extends oxAdminList
9 {
10 
16  protected $_sThisTemplate = 'payment_list.tpl';
17 
23  protected $_sListClass = 'oxpayment';
24 
30  protected $_sDefSortField = "oxdesc";
31 }