PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\SubstringViewHelper

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, integer $start, integer $length = null ) : string Substrings a string or string-compatible value

Method Details

render() public méthode

Substrings a string or string-compatible value
public render ( string $content = null, integer $start, integer $length = null ) : string
$content string Content string to substring
$start integer Positive or negative offset
$length integer Positive or negative length
Résultat string