ILIAS
Release_5_0_x_branch Revision 61816
|
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 |
|
private |
Definition at line 107 of file class.ilPaymentVendors.php.
Referenced by __construct(), add(), delete(), and update().
ilPaymentVendors::add | ( | $a_usr_id | ) |
Definition at line 58 of file class.ilPaymentVendors.php.
References __read().
ilPaymentVendors::delete | ( | $a_usr_id | ) |
Definition at line 87 of file class.ilPaymentVendors.php.
References __read().
|
static |
Definition at line 25 of file class.ilPaymentVendors.php.
References $_instance.
Referenced by ilObjPaymentSettingsGUI\__construct().
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().
|
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().