|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (string $entityId) | |
| Открытые члены унаследованные от FieldAssembler | |
| __construct (array $columnIds, ?Settings $settings=null) | |
| getColumnIds () | |
| clone (array $columnIds) | |
| prepareRows (array $rowList) | |
Защищенные члены | |
| prepareRow (array $row) | |
| Защищенные члены унаследованные от FieldAssembler | |
| getSettings () | |
| prepareColumn ($value) | |
См. определение в файле uffieldassembler.php строка 7
| __construct | ( | string | $entityId | ) |
См. определение в файле uffieldassembler.php строка 12
|
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 |
Переопределяет метод предка FieldAssembler.
См. определение в файле uffieldassembler.php строка 50