PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\TrimViewHelper

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 $characters = null ) : string Trims content by stripping off $characters

Method Details

render() public méthode

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