ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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. More... | |
__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 $ilDB, and __read().
|
private |
Definition at line 107 of file class.ilPaymentVendors.php.
References $ilDB, $res, and $row.
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.
Referenced by ilObjPaymentSettingsGUI\__construct().
ilPaymentVendors::getVendors | ( | ) |
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.
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().