FineDiffViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <backend:typoscript.finediff>
FinalYes
Runs two strings through 'FineDiff' on word level.
This experimental ViewHelper is not part of TYPO3 Core API and may change or vanish any time.
Table of Contents
Properties
- $escapeOutput : mixed
Methods
- initializeArguments() : void
- renderStatic() : string
Properties
$escapeOutput
        protected
            mixed
    $escapeOutput
     = false
    
    
    
    
    
Methods
initializeArguments()
    public
                    initializeArguments() : void
    renderStatic()
    public
            static        renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
    Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface