PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Page\StaticPrefixViewHelper

Use this ViewHelper to read the contents of the plugin.tx_vhs.settings.prependPath TypoScript location - this setting stores the static prefix which gets added to all relative resource URIs generated by VHS; whenever you require a ViewHelper which does not respect this setting you can use this ViewHelper to prepend that setting after the value is returned from the other ViewHelper.
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

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

메소드 상세

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