1 | <?php |
||
15 | class TextConverter extends AbstractValueConverter |
||
16 | { |
||
17 | /** |
||
18 | * @param FieldSplitter $fieldSplitter |
||
19 | * @param array $supportedFieldType |
||
20 | */ |
||
21 | public function __construct(FieldSplitter $fieldSplitter, array $supportedFieldType) |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function convert(array $attributeFieldInfo, $value) |
||
45 | } |
||
46 |