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
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

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

Method Details

render() public method

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