PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\SubstringViewHelper

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

Public Methods

Method Description
render ( string $content = null, integer $start, integer $length = null ) : string Substrings a string or string-compatible value

Method Details

render() public method

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
return string