PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Link\TypolinkViewHelper

Renders a link with the TypoLink function. Can be used with the LinkWizard For more info on the typolink function, please consult the offical core-documentation: http://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/TypoScriptFunctions/Typolink/Index.html DEPRECATED: Use TYPO3\CMS\Fluid\ViewHelpers\Link\TypolinkViewHelper instead ### Examples My LinkText Click Me!
사용 중단: Use TYPO3\CMS\Fluid\ViewHelpers\Link\TypolinkViewHelper, remove in 4.0.0
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

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

메소드 상세

initializeArguments() 공개 메소드

Initializes the arguments for the ViewHelper
public 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