PHP Class Neos\Kickstarter\ViewHelpers\Inflect\HumanizeCamelCaseViewHelper

= Examples = {CamelCasedModelName -> k:inflect.humanizeCamelCase()} Output: Camel cased model name
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$inflector Neos\Kickstarter\Utility\Inflector

Public Methods

Method Description
render ( boolean $lowercase = false ) : string Humanize a model name

Method Details

render() public method

Humanize a model name
public render ( boolean $lowercase = false ) : string
$lowercase boolean Wether the result should be lowercased
return string The humanized string

Property Details

$inflector protected property

protected Inflector,Neos\Kickstarter\Utility $inflector
return Neos\Kickstarter\Utility\Inflector