1 | <?php |
||
16 | class ImageViewHelper extends \TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper |
||
17 | { |
||
18 | /** |
||
19 | * Initialize ViewHelper arguments. |
||
20 | */ |
||
21 | public function initializeArguments() |
||
26 | |||
27 | /** |
||
28 | * @param array $arguments |
||
29 | * @param callable|\Closure $renderChildrenClosure |
||
30 | * @param RenderingContextInterface $renderingContext |
||
31 | * |
||
32 | * @throws \TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException |
||
33 | * @throws \TYPO3\CMS\Core\Resource\Exception\ResourceDoesNotExistException |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | public static function renderStatic( |
||
55 | } |
||
56 |