Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Пространство имен Bitrix\Catalog\Document\Action

Пространства имен

namespace  Barcode
 
namespace  Price
 
namespace  Reserve
 
namespace  Store
 

Функции

 getStoreId ()
 
 getProductId ()
 
 getStoreName ()
 
 getStoreProductRow ()
 
 getStoreProductAmount ()
 
 getStoreReservedQuantity ()
 
 getProductName ()
 
 getProductRow ()
 
 getProductTotalQuantity ()
 
 getProductTotalReservedQuantity ()
 

Функции

◆ getProductId()

getProductId ( )

Product.

Возвращает
int|null

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

◆ getProductName()

getProductName ( )
protected

Product name if exists.

Возвращает
string|null

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

◆ getProductRow()

getProductRow ( )
protected

Get product row.

Возвращает
array|null

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

◆ getProductTotalQuantity()

getProductTotalQuantity ( )
protected

Get product total quantity.

Возвращает
float

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

◆ getProductTotalReservedQuantity()

getProductTotalReservedQuantity ( )
protected

Get product total reserved quantity.

Возвращает
float

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

◆ getStoreId()

getStoreId ( )

Store.

Возвращает
int|null

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

◆ getStoreName()

getStoreName ( )
protected

Store name if exists.

Возвращает
string|null

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

◆ getStoreProductAmount()

getStoreProductAmount ( )
protected

The amount of the product at the moment.

Возвращает
float

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

◆ getStoreProductRow()

getStoreProductRow ( )
protected

Get product row.

Возвращает
array if product info is not found in store, returns an empty array.

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

◆ getStoreReservedQuantity()

getStoreReservedQuantity ( )
protected

Get product reserved quantity on store.

Возвращает
float

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