Открытые члены | |
add ($sum, $budgetType, Sale\Order $order, Sale\Payment $payment=null) | |
get () | |
delete ($index) | |
__destruct () | |
Открытые статические члены | |
static | getUserBudgetPool ($userId) |
static | addPoolItem (Sale\Order $order, $value, $type, Sale\Payment $payment=null) |
static | onUserBudgetSave ($userId) |
static | getUserBudgetTransForOrder (Sale\Order $order) |
static | getUserBudgetByOrder (Sale\Order $order) |
static | getUserBudget ($userId, $currency) |
Открытые атрибуты | |
const | BUDGET_TYPE_ORDER_CANCEL_PART = 'ORDER_CANCEL_PART' |
const | BUDGET_TYPE_ORDER_UNPAY = 'ORDER_UNPAY' |
const | BUDGET_TYPE_ORDER_PART_RETURN = 'ORDER_PART_RETURN' |
const | BUDGET_TYPE_OUT_CHARGE_OFF = 'OUT_CHARGE_OFF' |
const | BUDGET_TYPE_EXCESS_SUM_PAID = 'EXCESS_SUM_PAID' |
const | BUDGET_TYPE_MANUAL = 'MANUAL' |
const | BUDGET_TYPE_ORDER_PAY = 'ORDER_PAY' |
const | BUDGET_TYPE_ORDER_PAY_PART = 'ORDER_PAY_PART' |
Защищенные члены | |
__construct ($userId) | |
lock () | |
unlock () | |
isLocked () | |
isStatusLockEarlier () | |
Защищенные данные | |
$items = [] | |
Статические защищенные данные | |
static | $userBudgetPool = [] |
См. определение в файле userbudgetpool.php строка 10
|
protected |
См. определение в файле userbudgetpool.php строка 32
__destruct | ( | ) |
См. определение в файле userbudgetpool.php строка 324
add | ( | $sum, | |
$budgetType, | |||
Sale\Order | $order, | ||
Sale\Payment | $payment = null ) |
$sum | ||
$budgetType | ||
Sale\Order | $order | |
Sale\Payment | null | $payment |
Main |
Db\SqlQueryException
См. определение в файле userbudgetpool.php строка 44
|
static |
Sale\Order | $order | |
$value | ||
$type | ||
Sale\Payment | null | $payment |
Main |
Db\SqlQueryException
См. определение в файле userbudgetpool.php строка 183
delete | ( | $index | ) |
$index |
Main |
Db\SqlQueryException
См. определение в файле userbudgetpool.php строка 146
get | ( | ) |
См. определение в файле userbudgetpool.php строка 131
|
static |
$userId | |
$currency |
См. определение в файле userbudgetpool.php строка 312
|
static |
|
static |
|
static |
|
protected |
См. определение в файле userbudgetpool.php строка 115
|
protected |
См. определение в файле userbudgetpool.php строка 123
|
protected |
|
static |
|
protected |
Main |
Db\SqlQueryException
См. определение в файле userbudgetpool.php строка 103
|
protected |
См. определение в файле userbudgetpool.php строка 21
|
staticprotected |
См. определение в файле userbudgetpool.php строка 19
const BUDGET_TYPE_EXCESS_SUM_PAID = 'EXCESS_SUM_PAID' |
См. определение в файле userbudgetpool.php строка 27
const BUDGET_TYPE_MANUAL = 'MANUAL' |
См. определение в файле userbudgetpool.php строка 28
const BUDGET_TYPE_ORDER_CANCEL_PART = 'ORDER_CANCEL_PART' |
См. определение в файле userbudgetpool.php строка 23
const BUDGET_TYPE_ORDER_PART_RETURN = 'ORDER_PART_RETURN' |
См. определение в файле userbudgetpool.php строка 25
const BUDGET_TYPE_ORDER_PAY = 'ORDER_PAY' |
См. определение в файле userbudgetpool.php строка 29
const BUDGET_TYPE_ORDER_PAY_PART = 'ORDER_PAY_PART' |
См. определение в файле userbudgetpool.php строка 30
const BUDGET_TYPE_ORDER_UNPAY = 'ORDER_UNPAY' |
См. определение в файле userbudgetpool.php строка 24
const BUDGET_TYPE_OUT_CHARGE_OFF = 'OUT_CHARGE_OFF' |
См. определение в файле userbudgetpool.php строка 26