| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class AssetExistsViewHelper extends AbstractConditionViewHelper |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return void |
||
| 18 | * |
||
| 19 | * @throws ViewHelperException |
||
| 20 | */ |
||
| 21 | public function initializeArguments() : void |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param array|null $arguments |
||
| 30 | * @param RenderingContextInterface $renderingContext |
||
| 31 | * |
||
| 32 | * @return bool |
||
| 33 | */ |
||
| 34 | protected static function evaluateCondition($arguments = null, RenderingContextInterface $renderingContext) : bool |
||
| 45 |