PHP Class Neos\Kickstarter\ViewHelpers\Inflect\PluralizeViewHelper

= Examples = {variable -> k:inflect.pluralize()} Output: content of {variable} in its plural form (foo => foos)
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$inflector Neos\Kickstarter\Utility\Inflector

Méthodes publiques

Méthode Description
render ( ) : string Pluralize a word

Method Details

render() public méthode

Pluralize a word
public render ( ) : string
Résultat string The pluralized string

Property Details

$inflector protected_oe property

protected Inflector,Neos\Kickstarter\Utility $inflector
Résultat Neos\Kickstarter\Utility\Inflector