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