ILIAS
Release_3_10_x_branch Revision 61812
|
Data Fields | |
$user_id = null | |
$db = null | |
$bookings = array() | |
$booking_id = null | |
$payed = null | |
$access = null | |
$admin_view = false |
Definition at line 35 of file class.ilPaymentBookings.php.
ilPaymentBookings::__getVendorIds | ( | ) |
Definition at line 587 of file class.ilPaymentBookings.php.
References $user_id, ilPaymentTrustees\_getVendorsForObjects(), ilPaymentTrustees\_hasStatisticPermissionByVendor(), and ilPaymentVendors\_isVendor().
Referenced by __read().
ilPaymentBookings::__read | ( | ) |
Definition at line 481 of file class.ilPaymentBookings.php.
References $_SESSION, $in, $res, __getVendorIds(), and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentBookings().
ilPaymentBookings::_getActivation | ( | $a_pobject_id, | |
$a_user_id = 0 |
|||
) |
Definition at line 390 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
ilPaymentBookings::_getCountBookingsByCustomer | ( | $a_vendor_id | ) |
Definition at line 318 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
ilPaymentBookings::_getCountBookingsByObject | ( | $a_pobject_id | ) |
Definition at line 332 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentObjectGUI\deleteObject(), ilObjPaymentSettingsGUI\deleteObjectObject(), ilPaymentObjectGUI\editDetails(), ilObjPaymentSettingsGUI\editObjectObject(), ilObjPaymentSettingsGUI\objectsObject(), and ilPaymentObjectGUI\showObjects().
ilPaymentBookings::_getCountBookingsByPayMethod | ( | $a_pm | ) |
Definition at line 437 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
ilPaymentBookings::_getCountBookingsByVendor | ( | $a_vendor_id | ) |
Definition at line 303 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilObjPaymentSettingsGUI\deleteVendors(), and ilObjPaymentSettingsGUI\vendorsObject().
ilPaymentBookings::_hasAccess | ( | $a_pobject_id, | |
$a_user_id = 0 |
|||
) |
Definition at line 347 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentObject\_hasAccess().
ilPaymentBookings::add | ( | ) |
Definition at line 181 of file class.ilPaymentBookings.php.
References getAccessStatus(), getCustomerId(), getDiscount(), getDuration(), getOrderDate(), getPayedStatus(), getPayMethod(), getPobjectId(), getPrice(), getTransaction(), getTransactionExtern(), getVendorId(), and getVoucher().
ilPaymentBookings::delete | ( | ) |
Definition at line 219 of file class.ilPaymentBookings.php.
References getBookingId().
ilPaymentBookings::getAccessStatus | ( | ) |
Definition at line 160 of file class.ilPaymentBookings.php.
References $access.
Referenced by add(), and update().
ilPaymentBookings::getBooking | ( | $a_booking_id | ) |
Definition at line 270 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
ilPaymentBookings::getBookingId | ( | ) |
Definition at line 72 of file class.ilPaymentBookings.php.
References $booking_id.
Referenced by delete(), and update().
ilPaymentBookings::getBookings | ( | ) |
Definition at line 265 of file class.ilPaymentBookings.php.
ilPaymentBookings::getBookingsOfCustomer | ( | $a_usr_id | ) |
Definition at line 233 of file class.ilPaymentBookings.php.
References $res, and DB_FETCHMODE_OBJECT.
ilPaymentBookings::getCustomerId | ( | ) |
Definition at line 96 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getDiscount | ( | ) |
Definition at line 144 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getDuration | ( | ) |
Definition at line 128 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getOrderDate | ( | ) |
Definition at line 120 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getPayedStatus | ( | ) |
Definition at line 152 of file class.ilPaymentBookings.php.
References $payed.
Referenced by add(), and update().
ilPaymentBookings::getPayMethod | ( | ) |
Definition at line 112 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getPobjectId | ( | ) |
Definition at line 88 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getPrice | ( | ) |
Definition at line 136 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getTransaction | ( | ) |
Definition at line 80 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getTransactionExtern | ( | ) |
Definition at line 176 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getVendorId | ( | ) |
Definition at line 104 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getVoucher | ( | ) |
Definition at line 168 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::ilPaymentBookings | ( | $a_user_id = '' , |
|
$a_admin_view = false |
|||
) |
Definition at line 53 of file class.ilPaymentBookings.php.
References __read().
ilPaymentBookings::setAccess | ( | $a_access | ) |
Definition at line 156 of file class.ilPaymentBookings.php.
ilPaymentBookings::setBookingId | ( | $a_booking_id | ) |
Definition at line 68 of file class.ilPaymentBookings.php.
ilPaymentBookings::setCustomerId | ( | $a_customer_id | ) |
Definition at line 92 of file class.ilPaymentBookings.php.
ilPaymentBookings::setDiscount | ( | $a_discount | ) |
Definition at line 140 of file class.ilPaymentBookings.php.
ilPaymentBookings::setDuration | ( | $a_duration | ) |
Definition at line 124 of file class.ilPaymentBookings.php.
ilPaymentBookings::setOrderDate | ( | $a_order_date | ) |
Definition at line 116 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPayed | ( | $a_payed | ) |
Definition at line 148 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPayMethod | ( | $a_pay_method | ) |
Definition at line 108 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPobjectId | ( | $a_pobject_id | ) |
Definition at line 84 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPrice | ( | $a_price | ) |
Definition at line 132 of file class.ilPaymentBookings.php.
ilPaymentBookings::setTransaction | ( | $a_transaction | ) |
Definition at line 76 of file class.ilPaymentBookings.php.
ilPaymentBookings::setTransactionExtern | ( | $a_transaction_extern | ) |
Definition at line 172 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVendorId | ( | $a_vendor_id | ) |
Definition at line 100 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVoucher | ( | $a_voucher | ) |
Definition at line 164 of file class.ilPaymentBookings.php.
ilPaymentBookings::update | ( | ) |
Definition at line 204 of file class.ilPaymentBookings.php.
References getAccessStatus(), getBookingId(), and getPayedStatus().
ilPaymentBookings::$access = null |
Definition at line 47 of file class.ilPaymentBookings.php.
Referenced by getAccessStatus().
ilPaymentBookings::$admin_view = false |
Definition at line 48 of file class.ilPaymentBookings.php.
ilPaymentBookings::$booking_id = null |
Definition at line 45 of file class.ilPaymentBookings.php.
Referenced by getBookingId().
ilPaymentBookings::$bookings = array() |
Definition at line 43 of file class.ilPaymentBookings.php.
ilPaymentBookings::$db = null |
Definition at line 41 of file class.ilPaymentBookings.php.
ilPaymentBookings::$payed = null |
Definition at line 46 of file class.ilPaymentBookings.php.
Referenced by getPayedStatus().
ilPaymentBookings::$user_id = null |
Definition at line 40 of file class.ilPaymentBookings.php.
Referenced by __getVendorIds().