PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\TrimViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
render ( string $content = null, string $characters = null ) : string Trims content by stripping off $characters

Method Details

render() public method

Trims content by stripping off $characters
public render ( string $content = null, string $characters = null ) : string
$content string
$characters string
return string