ILIAS
Release_4_0_x_branch Revision 61816
|
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 34 of file class.ilPaymentVendors.php.
ilPaymentVendors::__read | ( | ) |
Definition at line 113 of file class.ilPaymentVendors.php.
Referenced by add(), delete(), ilPaymentVendors(), and update().
ilPaymentVendors::_getCostCenter | ( | $a_usr_id | ) |
Definition at line 140 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 129 of file class.ilPaymentVendors.php.
Referenced by ilPaymentBaseGUI\__buildButtons(), 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 63 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::delete | ( | $a_usr_id | ) |
Definition at line 95 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::getVendors | ( | ) |
Definition at line 53 of file class.ilPaymentVendors.php.
References $vendors.
ilPaymentVendors::ilPaymentVendors | ( | ) |
ilPaymentVendors::isAssigned | ( | $a_usr_id | ) |
Definition at line 58 of file class.ilPaymentVendors.php.
ilPaymentVendors::update | ( | $a_usr_id, | |
$a_cost_center | |||
) |
Definition at line 82 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::$db = null |
Definition at line 36 of file class.ilPaymentVendors.php.
ilPaymentVendors::$vendors = array() |
Definition at line 38 of file class.ilPaymentVendors.php.
Referenced by getVendors().