PHP Class Neos\Kickstarter\ViewHelpers\Format\UcfirstViewHelper

See also: http://www.php.net/manual/en/ucfirst = Examples = {textWithMixedCase -> k:ucfirst()} Output: TextWithMixedCase
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
render ( ) : string Uppercase first character

Method Details

render() public method

Uppercase first character
public render ( ) : string
return string The altered string.