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
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

메소드 설명
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