1 | <?php |
||
14 | class EanField implements ArrayInterface |
||
15 | { |
||
16 | private $objectManager; |
||
17 | |||
18 | /** |
||
19 | * EanField constructor. |
||
20 | * @param ObjectManagerInterface $interface |
||
21 | */ |
||
22 | 1 | public function __construct(ObjectManagerInterface $interface) |
|
26 | |||
27 | /** |
||
28 | * @return array |
||
29 | */ |
||
30 | 1 | public function toOptionArray() |
|
53 | } |
||
54 |