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

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

 __construct ()
 
- Открытые члены унаследованные от FieldAssembler
 __construct (array $columnIds, ?Settings $settings=null)
 
 getColumnIds ()
 
 clone (array $columnIds)
 
 prepareRows (array $rowList)
 

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

 prepareRow (array $row)
 
- Защищенные члены унаследованные от FieldAssembler
 getSettings ()
 
 prepareColumn ($value)
 

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

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

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

◆ __construct()

__construct ( )

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

Методы

◆ prepareRow()

prepareRow ( array $row)
protected

Preparation of a single row.

If you can't implement the functionality for each column individually, you can override this method. See also prepareColumn method.

Аргументы
array$row
Возвращает
array

Переопределяет метод предка FieldAssembler.

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