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

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

 __construct ($id)
 
 setIblockId ($iblockId)
 
 setFields (array $fields)
 
- Открытые члены унаследованные от Base
 __construct (BatchManager $batchManager, int $storeId)
 
 setStoreId (int $storeId)
 
 writeOff (float $quantity)
 
 return ()
 

Защищенные члены

 loadFromDatabase ()
 
- Защищенные члены унаследованные от Base
 addRegistryItem (EO_StoreBatch $batchItem, float $amount)
 
 getRegistryItems ()
 

Защищенные данные

 $iblockId = 0
 
- Защищенные данные унаследованные от Base
int $storeId
 
BatchManager $batchManager
 

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

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

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

◆ __construct()

__construct ( $id)
Аргументы
integer$idIblock section identifier.

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

Методы

◆ loadFromDatabase()

loadFromDatabase ( )
protected

Loads values from database. Returns true on success.

Возвращает
boolean

@global \CUserTypeManager $USER_FIELD_MANAGER

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

◆ setFields()

setFields ( array $fields)

Used to initialize entity fields from some external source.

Аргументы
array$fieldsEntity fields.
Возвращает
void

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

◆ setIblockId()

setIblockId ( $iblockId)

Set the iblock of the section.

Аргументы
integer$iblockIdIblock identifier.
Возвращает
void

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

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

◆ $iblockId

$iblockId = 0
protected

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