Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PoolQuantity

Открытые члены

 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)
 

Открытые статические члены

static getInstance ($key)
 

Открытые атрибуты

const POOL_RESERVE_TYPE = 'R'
 
const POOL_QUANTITY_TYPE = 'Q'
 

Подробное описание

См. определение в файле poolquantity.php строка 13

Методы

◆ add()

add ( $type,
$code,
$value )
Аргументы
$type
$code
$value

См. определение в файле poolquantity.php строка 105

◆ addByStore()

addByStore ( $type,
$code,
$storeId,
$value )
Аргументы
$type
$code
$value

См. определение в файле poolquantity.php строка 117

◆ delete()

delete ( $type,
$code )
Аргументы
$type
$code

См. определение в файле poolquantity.php строка 150

◆ get()

get ( $type,
$code )
Аргументы
$type
$code
Возвращает
float|null

См. определение в файле poolquantity.php строка 43

◆ getByStore()

getByStore ( $type,
$code,
$storeId )
Аргументы
$type
$code
Возвращает
float|null

См. определение в файле poolquantity.php строка 55

◆ getByType()

getByType ( $type)

См. определение в файле poolquantity.php строка 67

◆ getInstance()

static getInstance ( $key)
static
Аргументы
$key
Возвращает
PoolQuantity

См. определение в файле poolquantity.php строка 26

◆ getQuantitiesWithStore()

getQuantitiesWithStore ( $type)
Аргументы
$type
Возвращает
array

См. определение в файле poolquantity.php строка 94

◆ reset()

reset ( $type)
Аргументы
$type

См. определение в файле poolquantity.php строка 159

◆ set()

set ( $type,
$code,
$value )
Аргументы
$type
$code
$value

См. определение в файле poolquantity.php строка 129

◆ setByStore()

setByStore ( $type,
$code,
$storeId,
$value )
Аргументы
$type
$code
$value

См. определение в файле poolquantity.php строка 140

Данные класса

◆ POOL_QUANTITY_TYPE

const POOL_QUANTITY_TYPE = 'Q'

См. определение в файле poolquantity.php строка 16

◆ POOL_RESERVE_TYPE

const POOL_RESERVE_TYPE = 'R'

См. определение в файле poolquantity.php строка 15