PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\PlaintextViewHelper

Expects that you use f:format.htmlentities or similar if you do not want HTML to be displayed as HTML, or simply want it stripped out.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
render ( string $content = null ) : string Trims content, then trims each line of content

Method Details

render() public méthode

Trims content, then trims each line of content
public render ( string $content = null ) : string
$content string
Résultat string