ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilPurchaseBillGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13include_once './Services/Payment/classes/class.ilPurchaseBaseGUI.php';
14include_once './Services/Payment/classes/class.ilPayMethods.php';
15
17{
20
21 public function __construct($user_obj)
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 }
30}
31?>
static _getIdByTitle($a_pm_title)
Class class.ilPurchaseBaseGUI.php.