ILIAS
Release_4_1_x_branch Revision 61804
|
Public Member Functions | |
ilPaymentVendors () | |
Constructor public. | |
getVendors () | |
isAssigned ($a_usr_id) | |
add ($a_usr_id) | |
update ($a_usr_id, $a_cost_center) | |
delete ($a_usr_id) | |
__read () | |
_isVendor ($a_usr_id) | |
_getCostCenter ($a_usr_id) |
Data Fields | |
$db = null | |
$vendors = array() |
Definition at line 15 of file class.ilPaymentVendors.php.
ilPaymentVendors::__read | ( | ) |
Definition at line 94 of file class.ilPaymentVendors.php.
Referenced by add(), delete(), ilPaymentVendors(), and update().
ilPaymentVendors::_getCostCenter | ( | $a_usr_id | ) |
Definition at line 121 of file class.ilPaymentVendors.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentStatisticGUI\addStatisticWorksheet(), and ilObjPaymentSettingsGUI\addStatisticWorksheet().
ilPaymentVendors::_isVendor | ( | $a_usr_id | ) |
Definition at line 110 of file class.ilPaymentVendors.php.
Referenced by ilPaymentBookings\__getVendorIds(), ilPaymentObjectGUI\__getVendors(), ilPaymentObject\_getObjectsData(), ilPaymentObject\_isPurchasable(), ilShopBaseGUI\buildSubTabs(), ilShopController\buildTabs(), ilPaymentAdminGUI\forwardToDefault(), and ilPaymentCoupons\getVendorIds().
ilPaymentVendors::add | ( | $a_usr_id | ) |
Definition at line 44 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::delete | ( | $a_usr_id | ) |
Definition at line 76 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::getVendors | ( | ) |
Definition at line 34 of file class.ilPaymentVendors.php.
References $vendors.
ilPaymentVendors::ilPaymentVendors | ( | ) |
ilPaymentVendors::isAssigned | ( | $a_usr_id | ) |
Definition at line 39 of file class.ilPaymentVendors.php.
ilPaymentVendors::update | ( | $a_usr_id, | |
$a_cost_center | |||
) |
Definition at line 63 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::$db = null |
Definition at line 17 of file class.ilPaymentVendors.php.
ilPaymentVendors::$vendors = array() |
Definition at line 19 of file class.ilPaymentVendors.php.
Referenced by getVendors().