PHP Класс FluidTYPO3\Vhs\ViewHelpers\Format\SanitizeStringViewHelper

The built-in character map can be overriden or extended by providing an associative array of custom mappings. Also useful when creating anchor link names, for example for news entries in your custom EXT:news list template, in which case each news item's title would become an anchor: And links would look much like the detail view links: news/#this-is-a-newsitem-title When used with list views it has the added benefit of not breaking if the item referenced is removed, it can be read by Javascript (for example to dynamically expand the news item being referenced). The sanitized urls are also ideal to use for AJAX based detail views - and in almot all cases the sanitized string will be 100% identical to the one used by Realurl when translating using table lookups.
Наследование: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$characterMap array Basic character map

Открытые методы

Метод Описание
initializeArguments ( ) : void Initialize
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

Описание методов

initializeArguments() публичный Метод

Initialize
public initializeArguments ( ) : void
Результат void

renderStatic() публичный статический Метод

public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
Результат mixed

Описание свойств

$characterMap защищенное статическое свойство

Basic character map
protected static array $characterMap
Результат array