| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilPurchasePaypal:
 Inheritance diagram for ilPurchasePaypal: Collaboration diagram for ilPurchasePaypal:
 Collaboration diagram for ilPurchasePaypal:| Public Member Functions | |
| __construct ($user_obj) | |
| openSocket () | |
| checkData ($fp) | |
|  Public Member Functions inherited from ilPurchaseBaseGUI | |
| __construct ($user_obj, $pay_method) | |
| cancel () | |
| showPersonalData () | |
| getPersonalData () | |
| showBillConfirm () | |
| executeCommand () | |
| execute command | |
| __addBookings ($external_data=null) | |
| __sendBill ($bookings) | |
| __emptyShoppingCart () | |
| __clearSession () | |
| __loadTemplate () | |
| __buildStatusline () | |
| __buildLocator () | |
| __buildStylesheet () | |
| __getCountries () | |
| shows select box f�r countries | |
| __getCountryCode ($value= '') | |
| __getCountryName ($value= '') | |
| __getTotalAmount () | |
| depricated!? | |
| getBill () | |
| __showShoppingCart () | |
| getAccess () | |
| setAccess ($access) | |
| getPayed () | |
| setPayed ($payed) | |
|  Public Member Functions inherited from ilShopBaseGUI | |
| __construct () | |
| Data Fields | |
| $psc_obj = null | |
| $user_obj = null | |
| $pay_method = null | |
| $currency = null | |
| $db = null | |
| $paypalConfig | |
|  Data Fields inherited from ilPurchaseBaseGUI | |
| $ctrl | |
| $tpl | |
| $psc_obj = null | |
| $user_obj = null | |
| $coupon_obj = null | |
| $error | |
| $pmethod_obj = null | |
| Private Member Functions | |
| __checkTransactionId ($a_id) | |
| __checkItems ($a_array) | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilShopBaseGUI | |
| prepareOutput () | |
| addPager ($result, $a_session_key) | |
| buildSubTabs () | |
| setSection ($a_section) | |
| getSection () | |
| setSubSection ($a_sub_section) | |
| getSubSection () | |
| showButton ($a_cmd, $a_text, $a_target= '') | |
| initTableGUI () | |
| setTableGUIBasicData ($tbl, $result_set, $a_default_order_column= '') | |
|  Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $lng = null | |
| $tpl = null | |
| $oGeneralSettings = null | |
| $section = 0 | |
| $sub_section = 0 | |
Definition at line 27 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::__construct | ( | $user_obj | ) | 
Definition at line 39 of file class.ilPurchasePaypal.php.
References $user_obj, ilShopBaseGUI\__construct(), ilPayMethods\_getIdByTitle(), and ilPaypalSettings\getInstance().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 206 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, and ilPaymentSettings\_getInstance().
Referenced by checkData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 195 of file class.ilPurchasePaypal.php.
References $res.
Referenced by checkData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPurchasePaypal::checkData | ( | $fp | ) | 
Definition at line 57 of file class.ilPurchasePaypal.php.
References $_REQUEST, $_SESSION, $ilUser, $result, ilPurchaseBaseGUI\__addBookings(), __checkItems(), __checkTransactionId(), 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:
 Here is the call graph for this function:| ilPurchasePaypal::openSocket | ( | ) | 
Definition at line 50 of file class.ilPurchasePaypal.php.
References $path.
| ilPurchasePaypal::$currency = null | 
Definition at line 35 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$db = null | 
Definition at line 36 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$pay_method = null | 
Definition at line 34 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$paypalConfig | 
Definition at line 37 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$psc_obj = null | 
Definition at line 32 of file class.ilPurchasePaypal.php.
| ilPurchasePaypal::$user_obj = null | 
Definition at line 33 of file class.ilPurchasePaypal.php.
Referenced by __construct().