PHP Класс FluidTYPO3\Vhs\ViewHelpers\Variable\UnsetViewHelper

Quite simply, removes a currently available variable from the TemplateVariableContainer: I'm {person.name}. Call me "{person.nick}". A ding-dang doo! You saw this coming... Elvis has left the building At the time of writing this, v:variable.unset is not able to remove members of for example arrays:
Наследование: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

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

Метод Описание
render ( string $name ) : void Unsets variable $name if it exists in the container

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

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

Unsets variable $name if it exists in the container
public render ( string $name ) : void
$name string
Результат void