|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (bool $isFloat, array $columnIds, ?Settings $settings=null, ?Culture $culture=null) | |
| Открытые члены унаследованные от FieldAssembler | |
| __construct (array $columnIds, ?Settings $settings=null) | |
| getColumnIds () | |
| clone (array $columnIds) | |
| prepareRows (array $rowList) | |
Открытые статические члены | |
| static | createForContext (bool $isFloat, array $columnIds, ?Settings $settings=null, Context $context=null) |
Защищенные члены | |
| prepareColumn ($value) | |
| Защищенные члены унаследованные от FieldAssembler | |
| getSettings () | |
| prepareRow (array $row) | |
Assembler of number fields.
Example of creation for an integer:
Example of creation for an float:
Example of creation for culture of current context:
См. определение в файле numberfieldassembler.php строка 31
| __construct | ( | bool | $isFloat, |
| array | $columnIds, | ||
| ?Settings | $settings = null, | ||
| ?Culture | $culture = null ) |
| bool | $isFloat | |
| array | $columnIds | |
| Settings | null | $settings | |
| Culture | null | $culture |
См. определение в файле numberfieldassembler.php строка 42
|
static |
Create assembler for culture of context.
| bool | $isFloat | |
| array | $columnIds | |
| Settings | null | $settings | |
| Context | null | $context | if is null - use is current context. |
См. определение в файле numberfieldassembler.php строка 60
|
protected |
@inheritDoc
| mixed | $value |
Переопределяет метод предка FieldAssembler.
См. определение в файле numberfieldassembler.php строка 79