00001 <?php 00002 00009 class Payment_List extends oxAdminList 00010 { 00015 protected $_sThisTemplate = 'payment_list.tpl'; 00016 00022 protected $_sListClass = 'oxpayment'; 00023 00029 protected $_sDefSort = "oxpayments.oxdesc"; 00030 }