Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php |
||
7 | class PhpTemplatesTag extends TemplateTag implements PhpTemplatesTagInterface |
||
8 | { |
||
9 | /** @var string */ |
||
10 | protected $name = 'setono_tag_bag_php_templates_tag'; |
||
11 | |||
12 | /** |
||
13 | * @param mixed $value |
||
14 | */ |
||
15 | 1 | public function addContext(string $key, $value): self |
|
20 | } |
||
21 | |||
22 | public function getTemplateType(): string |
||
27 |