Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class TwigThemeDescriptor implements ThemeDescriptorInterface, \JsonSerializable |
||
8 | { |
||
9 | /** |
||
10 | * @var string |
||
11 | */ |
||
12 | private $template; |
||
13 | |||
14 | public function __construct(string $template) |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getTemplate(): string |
||
25 | } |
||
26 | |||
27 | public function jsonSerialize() |
||
35 |