Propel 2 API
Interface

Propel\Common\Pluralizer\PluralizerInterface

interface PluralizerInterface

The generic interface to create a plural form of a name.

Methods

string getPluralForm(string $root)

Generate a plural name based on the passed in root.

Details

at line 25
public string getPluralForm(string $root)

Generate a plural name based on the passed in root.

Parameters

string $root The root that needs to be pluralized (e.g. Author)

Return Value

string The plural form of $root.