OXID eShop CE  4.8.12
 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 {
14  protected $_sThisTemplate = 'payment_list.tpl';
15 
21  protected $_sListClass = 'oxpayment';
22 
28  protected $_sDefSortField = "oxdesc";
29 }