| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class CacheTagViewHelper extends AbstractViewHelper |
||
| 15 | { |
||
| 16 | use CompileWithRenderStatic; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Initialize arguments |
||
| 20 | */ |
||
| 21 | public function initializeArguments() |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param array $arguments |
||
| 28 | * @param \Closure $renderChildrenClosure |
||
| 29 | * @param RenderingContextInterface $renderingContext |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
||
| 40 |