Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс StoreInfo
+ Граф наследования:StoreInfo:

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

 __construct (int $storeId)
 
 getStoreId ()
 
 getStoreName ()
 
 getCalculatedSumPrice ()
 

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

static loadStoreName (int ... $storeIds)
 
static setStoreName (int $storeId, string $storeName)
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( int $storeId)

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

Методы

◆ getCalculatedSumPrice()

getCalculatedSumPrice ( )
abstract

Return sum of store based on products price

Возвращает
float

◆ getStoreId()

getStoreId ( )

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

◆ getStoreName()

getStoreName ( )

Return name of store
if name was already loaded by loadStoreName method, it returns it
otherwise it will load name throw loadStoreName and returns it

Возвращает
string

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

◆ loadStoreName()

static loadStoreName ( int ... $storeIds)
static

Load stores names with $storeIds id

Аргументы
int...$storeIds
Возвращает
void
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

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

◆ setStoreName()

static setStoreName ( int $storeId,
string $storeName )
static

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