00001 <?php 00002 00008 class Payment_List extends oxAdminList 00009 { 00014 protected $_sThisTemplate = 'payment_list.tpl'; 00015 00021 protected $_sListClass = 'oxpayment'; 00022 00028 protected $_sDefSort = "oxpayments.oxdesc"; 00029 }