|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilPayMethods:Public Member Functions | |
| ilPayMethods () | |
| _enabled ($a_type) | |
| check if a specific pay_method is activated public | |
| _disableAll () | |
| _enable ($a_type) | |
| _disable ($a_type) | |
Data Fields | |
| $ilias | |
Definition at line 24 of file class.ilPayMethods.php.
| ilPayMethods::_disable | ( | $a_type | ) |
Definition at line 68 of file class.ilPayMethods.php.
References $ilias.
Referenced by ilObjPaymentSettingsGUI\deleteAddressesForPaymethodsObject().
Here is the caller graph for this function:| ilPayMethods::_disableAll | ( | ) |
Definition at line 49 of file class.ilPayMethods.php.
References $ilias.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:| ilPayMethods::_enable | ( | $a_type | ) |
Definition at line 59 of file class.ilPayMethods.php.
References $ilias.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:| ilPayMethods::_enabled | ( | $a_type | ) |
check if a specific pay_method is activated public
| string | keyword (bill,bmf,paypal,(epay)) |
Definition at line 42 of file class.ilPayMethods.php.
References $ilias.
Referenced by ilPurchaseBillGUI\__addBookings(), ilPurchaseBMFGUI\__addBookings(), ilPaymentObjectGUI\__getPayMethods(), ilPurchasePaypal\__saveTransaction(), ilPurchaseBillGUI\__saveTransaction(), ilObjPaymentSettingsGUI\__showPayMethodSelector(), ilShopShoppingCartGUI\_getPayMethods(), ilPaymentShoppingCartGUI\addBookings(), ilShopShoppingCartGUI\addBookings(), ilShopShoppingCartGUI\checkCouponsOfShoppingCart(), ilPaymentShoppingCartGUI\checkCouponsOfShoppingCart(), ilObjPaymentSettingsGUI\editStatisticObject(), ilObjPaymentSettingsGUI\payMethodsObject(), ilPaymentStatisticGUI\saveCustomer(), ilObjPaymentSettingsGUI\saveCustomerObject(), ilObjPaymentSettingsGUI\savePayMethodsObject(), and ilPaymentShoppingCartGUI\showItems().
Here is the caller graph for this function:| ilPayMethods::ilPayMethods | ( | ) |
Definition at line 28 of file class.ilPayMethods.php.
References $ilias.
| ilPayMethods::$ilias |
Definition at line 26 of file class.ilPayMethods.php.
Referenced by _disable(), _disableAll(), _enable(), _enabled(), and ilPayMethods().