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
파일 보기
프로젝트 열기: fluidtypo3/vhs
보호된 프로퍼티들
공개 메소드들
메소드 상세
initializeArguments()
공개 메소드
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 |
|