PHP Class Neos\Kickstarter\ViewHelpers\Format\LtrimViewHelper

See also: http://www.php.net/manual/en/ltrim = Examples = {someVariable -> k:format.ltrim()} Output: content of {someVariable} with ltrim applied
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
render ( string $charlist = null ) : string

Method Details

render() public method

public render ( string $charlist = null ) : string
$charlist string
return string The altered string.