PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Variable\ExtensionConfigurationViewHelper

Reads settings from ext_conf_template.txt ### Examples {v:variable.extensionConfiguration(name:'foo',extensionKey:'bar')} Returns setting 'foo' from extension 'bar' located in ext_conf_template.txt
저자: Harry Glatz ([email protected])
저자: Cedric Ziel ([email protected])
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 프로퍼티들

프로퍼티 타입 설명
$configurations array

공개 메소드들

메소드 설명
initializeArguments ( ) : void
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

메소드 상세

initializeArguments() 공개 메소드

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

프로퍼티 상세

$configurations 보호되어 있는 정적으로 프로퍼티

protected static array $configurations
리턴 array