|
ILIAS
release_4-3 Revision
|
Class ilObjPaymentSettingsGUI. More...
Collaboration diagram for ilPayMethods:Public Member Functions | |
| __construct ($a_pm_id=0) | |
| setPmId ($a_pm_id) | |
| getPmId () | |
| setPmTitle ($a_pm_title) | |
| getPmTitle () | |
| setPmEnabled ($a_pm_enabled) | |
| getPmEnabled () | |
| setSaveUserAddress ($a_save_usr_adr) | |
| getSaveUserAddress () | |
| read () | |
| readAll () | |
Static Public Member Functions | |
| static | countPM () |
| static | _PMEnabled ($a_id) |
| static | _PMdisable ($a_id) |
| static | _PMenable ($a_id) |
| static | _PMdisableAll () |
| static | _disableSaveUserAddress ($a_id) |
| static | _enableSaveUserAddress ($a_id) |
| static | _EnabledSaveUserAddress ($a_id) |
| static | _getIdByTitle ($a_pm_title) |
| static | _getTitleById ($a_pm_id) |
| static | getStringByPaymethod ($a_type) |
| static | getPayMethodsOptions ($type=0) |
| static | _getActivePaymethods () |
Data Fields | |
| $pm_id | |
| $pm_title | |
| $pm_enabled | |
| $save_usr_adr | |
| ilPayMethods::__construct | ( | $a_pm_id = 0 | ) |
|
static |
Definition at line 152 of file class.ilPayMethods.php.
References $res.
Referenced by ilObjPaymentSettingsGUI\deleteAddressesForPaymethodsObject().
Here is the caller graph for this function:
|
static |
Definition at line 170 of file class.ilPayMethods.php.
Referenced by ilPaymentBookings\add(), ilObjPaymentSettingsGUI\saveCustomerObject(), and ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:
|
static |
Definition at line 161 of file class.ilPayMethods.php.
References $res.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 182 of file class.ilPayMethods.php.
Referenced by ilPurchaseBillGUI\__construct(), ilPurchasePaypal\__construct(), ilPurchaseBMFGUI\ilPurchaseBMFGUI(), ilShopShoppingCartGUI\unlockBillObjectsInShoppingCart(), and ilShopShoppingCartGUI\unlockPAYPALObjectsInShoppingCart().
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 125 of file class.ilPayMethods.php.
References $res.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:
|
static |
Definition at line 143 of file class.ilPayMethods.php.
References $res.
|
static |
Definition at line 134 of file class.ilPayMethods.php.
References $res.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:
|
static |
Definition at line 112 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\editStatisticObject().
Here is the caller graph for this function:
|
static |
Definition at line 71 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
Here is the caller graph for this function:
|
static |
Definition at line 244 of file class.ilPayMethods.php.
References $lng, $res, $row, and getStringByPaymethod().
Referenced by ilPaymentStatisticGUI\addCustomer(), ilObjPaymentSettingsGUI\editDetailsObject(), and ilPaymentStatisticGUI\showStatistics().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPayMethods::getPmEnabled | ( | ) |
Definition at line 57 of file class.ilPayMethods.php.
References $pm_enabled.
| ilPayMethods::getPmId | ( | ) |
Definition at line 39 of file class.ilPayMethods.php.
References $pm_id.
Referenced by read().
Here is the caller graph for this function:| ilPayMethods::getPmTitle | ( | ) |
Definition at line 48 of file class.ilPayMethods.php.
References $pm_title.
| ilPayMethods::getSaveUserAddress | ( | ) |
Definition at line 66 of file class.ilPayMethods.php.
References $save_usr_adr.
|
static |
Definition at line 204 of file class.ilPayMethods.php.
References $lng.
Referenced by ilPurchaseBaseGUI\__sendBill(), ilPaymentStatisticGUI\addStatisticWorksheet(), ilObjPaymentSettingsGUI\addStatisticWorksheet(), ilShopBoughtObjectsGUI\createBill(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), getPayMethodsOptions(), ilObjPaymentSettingsGUI\objectsObject(), ilObjPaymentSettingsGUI\payMethodsObject(), ilShopBoughtObjectsGUI\showItems(), ilShopShoppingCartGUI\showItemsTable(), ilPaymentStatisticGUI\showStatistics(), and ilObjPaymentSettingsGUI\statisticObject().
Here is the caller graph for this function:| ilPayMethods::read | ( | ) |
Definition at line 81 of file class.ilPayMethods.php.
References $res, $row, getPmId(), setPmEnabled(), setPmTitle(), and setSaveUserAddress().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPayMethods::readAll | ( | ) |
Definition at line 96 of file class.ilPayMethods.php.
Referenced by __construct().
Here is the caller graph for this function:| ilPayMethods::setPmEnabled | ( | $a_pm_enabled | ) |
Definition at line 53 of file class.ilPayMethods.php.
Referenced by read().
Here is the caller graph for this function:| ilPayMethods::setPmId | ( | $a_pm_id | ) |
Definition at line 35 of file class.ilPayMethods.php.
| ilPayMethods::setPmTitle | ( | $a_pm_title | ) |
Definition at line 44 of file class.ilPayMethods.php.
Referenced by read().
Here is the caller graph for this function:| ilPayMethods::setSaveUserAddress | ( | $a_save_usr_adr | ) |
Definition at line 62 of file class.ilPayMethods.php.
Referenced by read().
Here is the caller graph for this function:| ilPayMethods::$pm_enabled |
Definition at line 17 of file class.ilPayMethods.php.
Referenced by getPmEnabled().
| ilPayMethods::$pm_id |
Definition at line 15 of file class.ilPayMethods.php.
Referenced by getPmId().
| ilPayMethods::$pm_title |
Definition at line 16 of file class.ilPayMethods.php.
Referenced by getPmTitle().
| ilPayMethods::$save_usr_adr |
Definition at line 18 of file class.ilPayMethods.php.
Referenced by getSaveUserAddress().