Public Member Functions | |
render () | |
save () | |
delPayment () | |
getUser () | |
getPaymentId () | |
getPaymentTypes () | |
getSelUserPayment () | |
getUserPayments () | |
Protected Attributes | |
$_blDelete = false | |
$_oActiveUser = null | |
$_sPaymentId = null | |
$_oPaymentTypes = null | |
$_oUserPayment = null | |
$_oUserPayments = null |
Admin user payment settings manager. Collects user payment settings, updates it on user submit, etc. Admin Menu: User Administration -> Users -> Payment.
Definition at line 8 of file user_payment.php.
User_Payment.delPayment | ( | ) |
Deletes selected user payment information.
Definition at line 108 of file user_payment.php.
User_Payment.getPaymentId | ( | ) |
User_Payment.getPaymentTypes | ( | ) |
User_Payment.getSelUserPayment | ( | ) |
User_Payment.getUser | ( | ) |
Returns selected user
Reimplemented from oxSuperCfg.
Definition at line 127 of file user_payment.php.
User_Payment.getUserPayments | ( | ) |
User_Payment.render | ( | ) |
Executes parent method parent.render(), creates oxlist and oxuser objects, passes data to Smarty engine and returns name of template file "user_payment.tpl".
Reimplemented from oxAdminDetails.
Definition at line 57 of file user_payment.php.
User_Payment.save | ( | ) |
Saves user payment settings.
Reimplemented from oxAdminView.
Definition at line 78 of file user_payment.php.
User_Payment.$_blDelete = false [protected] |
Definition at line 14 of file user_payment.php.
User_Payment.$_oActiveUser = null [protected] |
Definition at line 21 of file user_payment.php.
User_Payment.$_oPaymentTypes = null [protected] |
Definition at line 35 of file user_payment.php.
User_Payment.$_oUserPayment = null [protected] |
Definition at line 42 of file user_payment.php.
User_Payment.$_oUserPayments = null [protected] |
Definition at line 49 of file user_payment.php.
User_Payment.$_sPaymentId = null [protected] |
Definition at line 28 of file user_payment.php.