| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilPaymentVendors:
 Collaboration diagram for ilPaymentVendors:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentVendors::add | ( | $a_usr_id | ) | 
Definition at line 44 of file class.ilPaymentVendors.php.
References __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentVendors::delete | ( | $a_usr_id | ) | 
Definition at line 76 of file class.ilPaymentVendors.php.
References __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().