1 | <?php |
||
12 | class OptionsOutput extends AbstractOptionsOutput |
||
13 | { |
||
14 | /** @var DateOutputInterface */ |
||
15 | private $dateOutput; |
||
16 | |||
17 | /** |
||
18 | * OptionsOutput constructor. |
||
19 | * |
||
20 | * @param DateOutputInterface $dateOutput |
||
21 | */ |
||
22 | 2 | public function __construct(DateOutputInterface $dateOutput) |
|
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | 2 | public function draw(ChartOptionsInterface $options, $optionsName) |
|
60 | } |
||
61 |