Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
15 | final class JavascriptBuilder extends AbstractBuilder |
||
16 | { |
||
17 | public function __construct(SchemaInterface $schema) |
||
24 | } |
||
25 | |||
26 | protected function getFileTemplate(): string |
||
27 | { |
||
28 | return 'Javascript.js.twig'; |
||
29 | } |
||
30 | |||
31 | protected function getPathTemplate(): string |
||
34 | } |
||
35 | } |
||
36 |