|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilPurchasePaypal:Public Member Functions | |
| ilPurchasePaypal (&$user_obj) | |
| openSocket () | |
| checkData ($fp) | |
| __checkTransactionId ($a_id) | |
| __checkItems ($a_array) | |
| __saveTransaction ($a_id) | |
| __sendBill ($bookings, $a_array) | |
| __initShoppingCartObject () | |
| __getCountries () | |
| __getCountryCode ($value="") | |
| __getCountryName ($value="") | |
Data Fields | |
| $psc_obj = null | |
| $user_obj = null | |
| $db = null | |
| $paypalConfig | |
Definition at line 45 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::__checkItems | ( | $a_array | ) |
Definition at line 187 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, and PAY_METHOD_PAYPAL.
Referenced by checkData().
Here is the caller graph for this function:| ilPurchasePaypal::__checkTransactionId | ( | $a_id | ) |
Definition at line 177 of file class.ilPurchasePaypal.php.
References $res.
Referenced by checkData().
Here is the caller graph for this function:| ilPurchasePaypal::__getCountries | ( | ) |
Definition at line 563 of file class.ilPurchasePaypal.php.
References $lng.
Referenced by __getCountryCode(), and __getCountryName().
Here is the caller graph for this function:| ilPurchasePaypal::__getCountryCode | ( | $value = "" | ) |
Definition at line 596 of file class.ilPurchasePaypal.php.
References __getCountries().
Here is the call graph for this function:| ilPurchasePaypal::__getCountryName | ( | $value = "" | ) |
Definition at line 609 of file class.ilPurchasePaypal.php.
References __getCountries().
Here is the call graph for this function:| ilPurchasePaypal::__initShoppingCartObject | ( | ) |
Definition at line 558 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal().
Here is the caller graph for this function:| ilPurchasePaypal::__saveTransaction | ( | $a_id | ) |
Definition at line 268 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, ilPaymentObject\_getObjectData(), ilPaymentPrices\_getPriceStringFromAmount(), and PAY_METHOD_PAYPAL.
Referenced by checkData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPurchasePaypal::__sendBill | ( | $bookings, | |
| $a_array | |||
| ) |
Definition at line 390 of file class.ilPurchasePaypal.php.
References $_SESSION, $tpl, ilMimeMail\From(), ilUtil\html2pdf(), and ilUtil\makeDir().
Referenced by checkData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPurchasePaypal::checkData | ( | $fp | ) |
Definition at line 86 of file class.ilPurchasePaypal.php.
References $_SESSION, $auth_token, $res, __checkItems(), __checkTransactionId(), __saveTransaction(), __sendBill(), ERROR_FAIL, ERROR_NOT_COMPLETED, ERROR_PREV_TRANS_ID, ERROR_WRONG_CUSTOMER, ERROR_WRONG_ITEMS, ERROR_WRONG_VENDOR, and SUCCESS.
Here is the call graph for this function:| ilPurchasePaypal::ilPurchasePaypal | ( | & | $user_obj | ) |
Definition at line 56 of file class.ilPurchasePaypal.php.
References $_SESSION, $lng, $user_obj, __initShoppingCartObject(), and ilPaypalSettings\getInstance().
Here is the call graph for this function:| ilPurchasePaypal::openSocket | ( | ) |
Definition at line 79 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$db = null |
Definition at line 52 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$paypalConfig |
Definition at line 54 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$psc_obj = null |
Definition at line 50 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$user_obj = null |
Definition at line 51 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal().