| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilPaymentVendors:
 Collaboration diagram for ilPaymentVendors:| Public Member Functions | |
| getVendors () | |
| isAssigned ($a_usr_id) | |
| add ($a_usr_id) | |
| update ($a_usr_id, $a_cost_center) | |
| delete ($a_usr_id) | |
| Static Public Member Functions | |
| static | getInstance () | 
| Data Fields | |
| $db = null | |
| $vendors = array() | |
| Private Member Functions | |
| __construct () | |
| Constructor  private. | |
| __read () | |
| Static Private Attributes | |
| static | $_instance | 
Definition at line 13 of file class.ilPaymentVendors.php.
| 
 | private | 
Constructor private.
Definition at line 39 of file class.ilPaymentVendors.php.
References __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 107 of file class.ilPaymentVendors.php.
Referenced by __construct(), add(), delete(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentVendors::add | ( | $a_usr_id | ) | 
Definition at line 58 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 87 of file class.ilPaymentVendors.php.
References __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 25 of file class.ilPaymentVendors.php.
References $_instance.
Referenced by ilObjPaymentSettingsGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentVendors::getVendors | ( | ) | 
Definition at line 48 of file class.ilPaymentVendors.php.
References $vendors.
| ilPaymentVendors::isAssigned | ( | $a_usr_id | ) | 
Definition at line 53 of file class.ilPaymentVendors.php.
| ilPaymentVendors::update | ( | $a_usr_id, | |
| $a_cost_center | |||
| ) | 
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:| 
 | staticprivate | 
Definition at line 15 of file class.ilPaymentVendors.php.
Referenced by getInstance().
| ilPaymentVendors::$db = null | 
Definition at line 20 of file class.ilPaymentVendors.php.
| ilPaymentVendors::$vendors = array() | 
Definition at line 22 of file class.ilPaymentVendors.php.
Referenced by getVendors().