ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilPurchaseBillGUI Class Reference
+ Inheritance diagram for ilPurchaseBillGUI:
+ Collaboration diagram for ilPurchaseBillGUI:

Public Member Functions

 __construct ($user_obj)
 
- Public Member Functions inherited from ilPurchaseBaseGUI
 __construct ($user_obj, $pay_method)
 
 cancel ()
 
 showPersonalData ()
 
 getPersonalData ()
 
 showBillConfirm ()
 
 executeCommand ()
 execute command More...
 
 __addBookings ($external_data=null)
 
 __sendBill ($bookings)
 
 __emptyShoppingCart ()
 
 __clearSession ()
 
 __loadTemplate ()
 
 __buildStatusline ()
 
 __buildLocator ()
 
 __buildStylesheet ()
 
 __getCountries ()
 shows select box f�r countries More...
 
 __getCountryCode ($value='')
 
 __getCountryName ($value='')
 
 __getTotalAmount ()
 depricated!? More...
 
 getBill ()
 
 __showShoppingCart ()
 
 getAccess ()
 
 setAccess ($access)
 
 getPayed ()
 
 setPayed ($payed)
 
- Public Member Functions inherited from ilShopBaseGUI
 __construct ()
 

Data Fields

 $user_obj
 
 $pay_method
 
- Data Fields inherited from ilPurchaseBaseGUI
 $ctrl
 
 $tpl
 
 $psc_obj = null
 
 $user_obj = null
 
 $coupon_obj = null
 
 $error
 
 $pmethod_obj = null
 

Additional Inherited Members

- Protected Member Functions inherited from ilShopBaseGUI
 prepareOutput ()
 
 addPager ($result)
 
- Protected Attributes inherited from ilShopBaseGUI
 $ctrl = null
 
 $lng = null
 
 $tpl = null
 
 $settings = null
 

Detailed Description

Definition at line 16 of file class.ilPurchaseBillGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilPurchaseBillGUI::__construct (   $user_obj)

Definition at line 21 of file class.ilPurchaseBillGUI.php.

References $user_obj, ilPayMethods\_getIdByTitle(), ilPurchaseBaseGUI\setAccess(), and ilPurchaseBaseGUI\setPayed().

22  {
23  $this->user_obj = $user_obj;
24  $this->pay_method = ilPayMethods::_getIdByTitle('bill');
25 
26  parent::__construct($user_obj,$this->pay_method);
27  $this->setAccess(0);
28  $this->setPayed(0);
29  }
static _getIdByTitle($a_pm_title)
+ Here is the call graph for this function:

Field Documentation

◆ $pay_method

ilPurchaseBillGUI::$pay_method

Definition at line 19 of file class.ilPurchaseBillGUI.php.

◆ $user_obj

ilPurchaseBillGUI::$user_obj

Definition at line 18 of file class.ilPurchaseBillGUI.php.

Referenced by __construct().


The documentation for this class was generated from the following file: