|
| get ($type, $code) |
|
| getByStore ($type, $code, $storeId) |
|
| getByType ($type) |
|
| getQuantitiesWithStore ($type) |
|
| add ($type, $code, $value) |
|
| addByStore ($type, $code, $storeId, $value) |
|
| set ($type, $code, $value) |
|
| setByStore ($type, $code, $storeId, $value) |
|
| delete ($type, $code) |
|
| reset ($type) |
|
См. определение в файле poolquantity.php строка 13
◆ add()
add |
( |
| $type, |
|
|
| $code, |
|
|
| $value ) |
◆ addByStore()
addByStore |
( |
| $type, |
|
|
| $code, |
|
|
| $storeId, |
|
|
| $value ) |
◆ delete()
◆ get()
◆ getByStore()
getByStore |
( |
| $type, |
|
|
| $code, |
|
|
| $storeId ) |
◆ getByType()
◆ getInstance()
static getInstance |
( |
| $key | ) |
|
|
static |
◆ getQuantitiesWithStore()
getQuantitiesWithStore |
( |
| $type | ) |
|
◆ reset()
◆ set()
set |
( |
| $type, |
|
|
| $code, |
|
|
| $value ) |
◆ setByStore()
setByStore |
( |
| $type, |
|
|
| $code, |
|
|
| $storeId, |
|
|
| $value ) |
◆ POOL_QUANTITY_TYPE
const POOL_QUANTITY_TYPE = 'Q' |
◆ POOL_RESERVE_TYPE
const POOL_RESERVE_TYPE = 'R' |